This document is archived and information here might be outdated. Recommended version. |
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