Autodesk Vault ProfessionalVault API

FindEntityAttributes Method

Autodesk.Connectivity.WebServicesPropertyService

Finds all entity attributes with a given attribute name.

Required Permissions

EntityAttributesGet

Syntax

public EntAttr[] FindEntityAttributes(
   System.string namespc,
   System.string attribute
)
Public Function FindEntityAttributes( _
   ByVal namespc As System.String, _
   ByVal attribute As System.String _
) As EntAttr()

Parameters

NameDescription
namespcThe namespace.
attributeThe name of the attribute.

Return Value

An array of entity attributes.

See Also