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


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

ILasDataset.SurfaceConstraintCount Property

The number of surface constraints contained in the dataset.

[Visual Basic .NET]
Public ReadOnly Property SurfaceConstraintCount As Integer
[C#]
public int SurfaceConstraintCount {get;}
[C++]
HRESULT get_SurfaceConstraintCount(
  System.Int32* pcConstraints
);
[C++]
Parameters
pcConstraints [out, retval]

pcConstraints is a parameter of type long*

Product Availability

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

Description

The total number of surface constraints referenced by the las dataset.

See Also

ILasDataset Interface