CzmlUpdateDocumentPacketCount Property |
Gets the number of CZML packets contained by this document.
Note that a CZML document always starts with a document packet,
so this will always be at least one.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int PacketCount { get; }
Public ReadOnly Property PacketCount As Integer
Get
public:
property int PacketCount {
int get ();
}
member PacketCount : int with get
Property Value
Type:
Int32See Also