ICesiumDeletePolygonHolesService.Interval Property |
Gets the interval over which to delete data for the property.
A null interval indicates that all data will be deleted on the client.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxTimeInterval Interval { get; }
ReadOnly Property Interval As TimeInterval
Get
property TimeInterval^ Interval {
TimeInterval^ get ();
}
abstract Interval : TimeInterval with get
Property Value
Type:
TimeInterval
See Also