Autodesk Vault ProfessionalVault API

SetColumnSettings Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ServicesIColumnSettingsService

Associates a Column Setting Configuration with a Property Definition

Syntax

void SetColumnSettings(
   Connection conn,
   System.string propertySystemName,
   ColumnSettings settings
)
Sub SetColumnSettings( _
   ByVal conn As Connection, _
   ByVal propertySystemName As System.String, _
   ByVal settings As ColumnSettings _
) 

Parameters

NameDescription
connA connection to a vault server
propertySystemNameThe System Name of the property definition that the settings are associated with
settingsThe Column Settings to associate with the Property Definition

See Also