Autodesk Vault ProfessionalVault API

FindPropertyDefinitionsBySystemNames Method

Autodesk.Connectivity.WebServicesPropertyService

Gets a set of property definitions for a given set of system names.

Required Permissions

ManagePropertyDefinition or [EntityClassId]Read

Syntax

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

Parameters

NameDescription
entityClassIdThe entity class associated with the property definition.
propDefSystemNamesAn array of system names.

Return Value

An array of matching property definitions objects. A NULL value will be in the array of the corresponding system name is not found.

See Also