GeographicBoundingBoxMin Property |
Gets the minimum geographic coordinates.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetEcadData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic GeographicCoordinates Min { get; }
Public ReadOnly Property Min As GeographicCoordinates
Get
public:
property GeographicCoordinates^ Min {
GeographicCoordinates^ get ();
}
member Min : GeographicCoordinates with get
Property Value
Type:
GeographicCoordinates
See Also