CzmlDocument.ObjectsToWrite Property |
Gets the collection of instances to be written to CZML.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ServiceProviderCollection ObjectsToWrite { get; }
Public ReadOnly Property ObjectsToWrite As ServiceProviderCollection
Get
public:
property ServiceProviderCollection^ ObjectsToWrite {
ServiceProviderCollection^ get ();
}
member ObjectsToWrite : ServiceProviderCollection with get
Property Value
Type:
ServiceProviderCollection
See Also