Autodesk Vault ProfessionalVault API

LocationContext Constructor

Autodesk.Connectivity.Explorer.ExtensibilityLocationContext

Creates a reference to a location within Vault Explorer.

Syntax

public LocationContext(
   SelectionTypeId selectionTypeId,
   System.string fullName
)
Public Function New( _
   ByVal selectionTypeId As SelectionTypeId, _
   ByVal fullName As System.String _
)

Parameters

NameDescription
selectionTypeIdThe selection type.
fullNameThe unique name of the entity that the context points to. This value must be the full file path, the full folder path, the item number, the change order number, or the custom entity number.

See Also