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


IGeodeticLineFeedback.GeodeticConstructionMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeodeticLineFeedback Interface > IGeodeticLineFeedback.GeodeticConstructionMethod Property
ArcGIS Developer Help

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