Click or drag to resize

GraphicalVector Properties

The GraphicalVector type exposes the following members.

Properties
  NameDescription
Public propertyBackwardExtrapolationDuration
Gets or sets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever. indicates that the value will not be specified in the CZML output.
Public propertyBackwardExtrapolationType
Gets or sets the type of extrapolation to perform when a value is requested at a time before any available samples. indicates that the value will not be specified in the CZML output.
Public propertyExtensions
Gets the collection of extensions attached to this object.
(Inherited from ExtensibleObject.)
Public propertyForwardExtrapolationDuration
Gets or sets the amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever. indicates that the value will not be specified in the CZML output.
Public propertyForwardExtrapolationType
Gets or sets the type of extrapolation to perform when a value is requested at a time after any available samples. indicates that the value will not be specified in the CZML output.
Public propertyInterpolationAlgorithm
Gets or sets the algorithm to use for interpolation. indicates that the value will not be specified in the CZML output.
Public propertyInterpolationDegree
Gets or sets the degree of the polynomial to use for interpolation. indicates that the value will not be specified in the CZML output.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLocationPoint
Gets or sets the point defining the tail end of the vector.
Public propertyVector
Gets or sets the vector.
Public propertyVectorGraphics
Gets or sets the vector graphics.
Top
See Also