Autodesk Vault ProfessionalVault API

GetPropertyDefinitionsByEntityClassId Method

Autodesk.Connectivity.WebServicesPropertyService

Gets all the property definitions for an entity class.

Required Permissions

AllowsAnonymous

Syntax

public PropDef[] GetPropertyDefinitionsByEntityClassId(
   System.string entityClassId
)
Public Function GetPropertyDefinitionsByEntityClassId( _
   ByVal entityClassId As System.String _
) As PropDef()

Parameters

NameDescription
entityClassIdThe entity class.

Return Value

All property definitions associated with the entity class.

See Also