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


IDynamicSurface2.CanDoCurvature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface2 Interface > IDynamicSurface2.CanDoCurvature Property
ArcGIS Developer Help

IDynamicSurface2.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.

Description

Indicates whether earth curvature correction can be applied to line of sight functions. The result will be TRUE as long as both XY and Z coordinate systems for the terrain are defined.

See Also

IDynamicSurface2 Interface