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


ILasDataset.SurfaceConstraintCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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