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


ILasBuildingClassification.SetMaxHeightAboveRoofAndClassCode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasBuildingClassification Interface > ILasBuildingClassification.SetMaxHeightAboveRoofAndClassCode Method
ArcGIS Developer Help

ILasBuildingClassification.SetMaxHeightAboveRoofAndClassCode Method

Set maximum above-roof height in meters and corresponding class-code (if larger than zero, points on top of a roof within this limit will be assigned the specified code).

[Visual Basic .NET]
Public Sub SetMaxHeightAboveRoofAndClassCode ( _
    ByVal heightInMeters As Double, _
    ByVal code As Integer _
)
[C#]
public void SetMaxHeightAboveRoofAndClassCode (
    double heightInMeters,
    int code
);
[C++]
HRESULT SetMaxHeightAboveRoofAndClassCode(
  double heightInMeters,
  long code
);
[C++]
Parameters
heightInMeters [in]

heightInMeters is a parameter of type double code [in]
code is a parameter of type long

Product Availability

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

See Also

ILasBuildingClassification Interface