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


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

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

Used to indicate if the effects of earth curvature can be included in line of sight analysis. It will be TRUE if the data is projected and the XY and Z units are all defined in the spatial reference for the dataset.

See Also

ILasSurface Interface