GetPropertyDefinitionById Method
Gets a Property Definition associated with a specific Property Definition Server Id.
Syntax
PropertyDefinition GetPropertyDefinitionById(
System.long propDefId
)Function GetPropertyDefinitionById( _
ByVal propDefId As System.Long _
) As PropertyDefinitionParameters
| Name | Description |
|---|---|
| propDefId | The server ID of the Property Definition to retrieve. See Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.Id |
Return Value
The matching Property Definition, or null of there is no Property Definition with the matching ID