Callback:
Boolean
propertygroup
.IsVisible(
IUserObject
entity,
ISimProperty
property)
Called to know if the property is visible.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserObject
The entity containing the property.
property
Type:
ISimProperty
The property to check.
Return Value
Type:
Boolean
True if the property is visible; false otherwise.
Remarks