Autodesk Vault ProfessionalVault API

AddCustomEntity Method

Autodesk.Connectivity.WebServicesCustomEntityService

Adds a new Custom Entity object.

Required Permissions

CustomEntityCreate

Syntax

public CustEnt AddCustomEntity(
   System.long custEntDefId,
   System.string name
)
Public Function AddCustomEntity( _
   ByVal custEntDefId As System.Long, _
   ByVal name As System.String _
) As CustEnt

Parameters

NameDescription
custEntDefIdThe entity definition.
nameThe display name for the object.

Return Value

The newly created object.

See Also