ScalarCartographicElementElement Property |
Gets or sets the element to compute (latitude, longitude, or height).
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CartographicElement Element { get; set; }
Public Property Element As CartographicElement
Get
Set
public:
property CartographicElement Element {
CartographicElement get ();
void set (CartographicElement value);
}
member Element : CartographicElement with get, set
Property Value
Type:
CartographicElementSee Also