IsHotCell Method
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.BooleanParameters
| Name | Description |
|---|---|
| entity | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity of the row in question. |
| propDef | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition of column in question. |
| currentValue | The current value of the cell being tested. |
Return Value
Whether or not the cell can be CTRL-clicked