GraphicalVectorLocationPoint Property |
Gets or sets the point defining the tail end of the vector.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point LocationPoint { get; set; }
Public Property LocationPoint As Point
Get
Set
public:
virtual property Point^ LocationPoint {
Point^ get () sealed;
void set (Point^ value) sealed;
}
abstract LocationPoint : Point with get, set
override LocationPoint : Point with get, set
Property Value
Type:
PointImplements
ILocationPointServiceLocationPointSee Also