IAssetTreeNodeValid Method
|
Checks whether the Asset is within the valid time range to be viewed.
An Asset is valid between its
Start Date and
End Date, if either is set.
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax Function Valid As Boolean
abstract Valid : unit -> bool
Return Value
Type:
BooleanTrue if Asset within time range, therefore is viewable, false otherwise
See Also