This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.SurfaceConstraintCount Property (ArcObjects .NET 10.5 SDK) |
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(
long* pcConstraints
);
[C++]
Parameters pcConstraints [out, retval] pcConstraints is a parameter of type long
The total number of surface constraints referenced by the las dataset.