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


ISurface.CanDoCurvature Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISurface.CanDoCurvature Property

Indicates if earth curvature can be applied.

[Visual Basic .NET]
Public ReadOnly Property CanDoCurvature As Boolean
[C#]
public bool CanDoCurvature {get;}
[C++]
HRESULT get_CanDoCurvature(
  Boolean* pbCanDo
);
[C++]

Parameters pbCanDo [out, retval]
pbCanDo is a parameter of type bool*

Product Availability

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

See Also

ISurface Interface