| GraphicalVector Properties | 
The GraphicalVector type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackwardExtrapolationDuration | 
            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.
             | 
|  | BackwardExtrapolationType | 
            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.
             | 
|  | Extensions | 
            Gets the collection of extensions attached to this object.
            (Inherited from ExtensibleObject.) | 
|  | ForwardExtrapolationDuration | 
            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.
             | 
|  | ForwardExtrapolationType | 
            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.
             | 
|  | InterpolationAlgorithm | 
            Gets or sets the algorithm to use for interpolation.
             indicates that the value will not be specified in the CZML output.
             | 
|  | InterpolationDegree | 
            Gets or sets the degree of the polynomial to use for interpolation.
             indicates that the value will not be specified in the CZML output.
             | 
|  | IsFrozen | 
            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.) | 
|  | LocationPoint | 
            Gets or sets the point defining the tail end of the vector.
             | 
|  | Vector | 
            Gets or sets the vector.
             | 
|  | VectorGraphics | 
            Gets or sets the vector graphics.
             | 
 See Also
See Also