Autodesk Vault ProfessionalVault API

SelectionTypeId Constructor

Autodesk.Connectivity.Explorer.ExtensibilitySelectionTypeId

Constructs a selection type ID for a custom entity type.

Syntax

public SelectionTypeId(
   System.string customEntityName
)
Public Function New( _
   ByVal customEntityName As System.String _
)

Parameters

NameDescription
customEntityNameThe name of the custom entity definition.

See Also