This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeodeticLineFeedback Interface > IGeodeticLineFeedback.GeodeticConstructionMethod Property (ArcObjects .NET 10.5 SDK) |
The geodetic construction method.
[Visual Basic .NET] Public Property GeodeticConstructionMethod As esriGeodeticType
[C#] public esriGeodeticType GeodeticConstructionMethod {get; set;}
[C++]
HRESULT get_GeodeticConstructionMethod(
esriGeodeticType* gType
);
[C++]
HRESULT put_GeodeticConstructionMethod(
esriGeodeticType gType
);
[C++]
Parameters gType [out, retval]
gType is a parameter of type esriGeodeticType gType [in]
gType is a parameter of type esriGeodeticType