Click or drag to resize

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.3.169
Syntax
bool Valid()

Return Value

Type: Boolean
True if Asset within time range, therefore is viewable, false otherwise
See Also