ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.SurfaceConstraintCount Property

The number of surface constraint feature classes in the LAS dataset.

ERROR: Syntax information about IDELasDataset.SurfaceConstraintCount may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesFile.dll

[C++]
HRESULT get_SurfaceConstraintCount(
  long* pSurfaceConstraintCount
);
[C++]
HRESULT put_SurfaceConstraintCount(
  long pSurfaceConstraintCount
);
[C++]

Parameters

pSurfaceConstraintCount [out, retval]   pSurfaceConstraintCount is a parameter of type long pSurfaceConstraintCount [in]   pSurfaceConstraintCount is a parameter of type long

Product Availability

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

See Also

IDELasDataset Interface