Autodesk Vault ProfessionalVault API

CommandSiteLocation Constructor

Autodesk.Connectivity.Explorer.ExtensibilityCommandSiteLocation

Creates a new CommandSiteLocation object.

Syntax

public CommandSiteLocation(
   System.string customEntityName,
   CommandSiteLocationType type
)
Public Function New( _
   ByVal customEntityName As System.String, _
   ByVal type As CommandSiteLocationType _
)

Parameters

NameDescription
customEntityNameThe name of the custom entity.
typeThe type of the command site location.

See Also