This document is archived and information here might be outdated.  Recommended version.


IGeodeticLineFeedback.GeodeticConstructionMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IGeodeticLineFeedback.GeodeticConstructionMethod Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeodeticLineFeedback Interface