Autodesk Vault ProfessionalVault API

AddInternalEntityClass(String,String) Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIConfigurationManager

Adds a non-server based entity class to the VDF.

Syntax

EntityClass AddInternalEntityClass(
   System.string id,
   System.string displayName
)
Overloads Function AddInternalEntityClass( _
   ByVal id As System.String, _
   ByVal displayName As System.String _
) As EntityClass

Parameters

NameDescription
idThe unique ID of the entity class
displayNameThe display name of the entity class

Return Value

The newly created entity class object

See Also