GraphicalVector.LocationPoint 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
ILocationPointService.LocationPoint
See Also