Autodesk Vault ProfessionalVault API

GetColumnSettings Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyDynamicColumnConfiguration

Gets display and formatting information about a specific property that can be displayed as a column

Syntax

public ColumnSettings GetColumnSettings(
   System.string propdefSystemName
)
Public Function GetColumnSettings( _
   ByVal propdefSystemName As System.String _
) As ColumnSettings

Parameters

NameDescription
propdefSystemNameThe system name of the requested Property Definitions

Return Value

The configuration information for the specified column.

See Also