Autodesk Vault ProfessionalVault API

CustomEntityHandler Constructor

Autodesk.Connectivity.Explorer.ExtensibilityCustomEntityHandler

Creates a new handler for operations on entities of a specific custom type.

Syntax

public CustomEntityHandler(
   System.string entityTypeName
)
Public Function New( _
   ByVal entityTypeName As System.String _
)

Parameters

NameDescription
entityTypeNameThe system name of the custom entity definition.

See Also