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


ILasBuildingClassification.SetMinRoofArea 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.SetMinRoofArea Method
ArcGIS Developer Help

ILasBuildingClassification.SetMinRoofArea Method

Set minimum roof area in square meters.

[Visual Basic .NET]
Public Sub SetMinRoofArea ( _
    ByVal areaInSquareMeters As Double _
)
[C#]
public void SetMinRoofArea (
    double areaInSquareMeters
);
[C++]
HRESULT SetMinRoofArea(
  double areaInSquareMeters
);
[C++]
Parameters
areaInSquareMeters [in]

areaInSquareMeters is a parameter of type double

Product Availability

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

See Also

ILasBuildingClassification Interface