Autodesk Vault ProfessionalVault API

NumSchm Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A description of a Numbering Scheme for Files, Items, and Change Orders.

Syntax

public class NumSchm 
Public Class NumSchm 

Properties

NameDescription
EntClassIdThe Entity Class ID the scheme is created for.
FieldArrayAn array of fields that make up the scheme.
IsActIf true, the scheme is active. If false, the scheme is inactive.
IsDfltIf true, the scheme is the default Numbering Scheme for its Entity Class ID.
IsInUseIf true, the scheme is in use by at least one Item. If false, there are no Items using the scheme.
IsSysIf true, the object is system defined. Otherwise it is a user-defined object.
NameThe unique name of the scheme.
ProviderThe Numbering Provider that the scheme generates its numbers from.
ReuseNumIf true, unused item numbers are recycled. If false, unused item numbers are deleted and cannot be retrieved.
SchmIDThe Vault ID of the object.
SysNameSystem name of the numbering scheme
ToUpperIf true, the characters in the scheme should be displayed in upper case.

Returned By

Where you get a NumSchm — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.NumSchm

See Also