Autodesk Vault ProfessionalVault API

GetNumberingSchemes Method

Autodesk.Connectivity.WebServicesNumberingService

Gets a set of Numbering Schemes based on Entity Class ID and NumSchmType.

Syntax

public NumSchm[] GetNumberingSchemes(
   System.string entityClassId,
   NumSchmType nst
)
Public Function GetNumberingSchemes( _
   ByVal entityClassId As System.String, _
   ByVal nst As NumSchmType _
) As NumSchm()

Parameters

NameDescription
entityClassIdThe entity class ID of the Numbering Schemes to get.
nstThe Numbering Scheme type.

Return Value

An array of matching Numbering Schemes.

See Also