Autodesk Vault ProfessionalVault API

SupportsEntityClass Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Gets whether or not this PropertyDefinition is associated with the specified entity class

Syntax

public System.bool SupportsEntityClass(
   System.string entityClassName
)
Public Function SupportsEntityClass( _
   ByVal entityClassName As System.String _
) As System.Boolean

Parameters

NameDescription
entityClassNameThe name of the entity class that we are testing

See Also