Autodesk Vault ProfessionalVault API

IsHotCell Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIHotCellHandler

Tests if the specified cell can be CTRL-clicked.

Syntax

System.bool IsHotCell(
   IEntity entity,
   PropertyDefinition propDef,
   System.object currentValue
)
Function IsHotCell( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition, _
   ByVal currentValue As System.Object _
) As System.Boolean

Parameters

NameDescription
entityThe Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity of the row in question.
propDefThe Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition of column in question.
currentValueThe current value of the cell being tested.

Return Value

Whether or not the cell can be CTRL-clicked

See Also