Autodesk Vault ProfessionalVault API

FindAllEntityAttributes Method

Autodesk.Connectivity.WebServicesPropertyService

Finds all entity attributes in the given namespace.

Required Permissions

EntityAttributesGet

Syntax

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

Parameters

NameDescription
namespcThe namespace.

Return Value

An array of entity attributes.

See Also