STK ObjectsSend comments on this topic.
BuildingHeightUnit Property (IAgWirelessInSite64GeometryData)
See Also
Windows





Windows & Linux

Description

Gets or sets the building height unit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BuildingHeightUnit() As AgEBuildHeightUnit
[C#]
public AgEBuildHeightUnit BuildingHeightUnit {get; set;}
[Managed C++]
public: __property AgEBuildHeightUnit get_BuildingHeightUnit();
public: __property void set_BuildingHeightUnit( AgEBuildHeightUnit );
[Unmanaged C++]
public: HRESULT get_BuildingHeightUnit(
    AgEBuildHeightUnit * pVal
);
public: HRESULT put_BuildingHeightUnit(
    AgEBuildHeightUnit val
);
[Java]
public AgEBuildHeightUnit getBuildingHeightUnit();
public void setBuildingHeightUnit(
    AgEBuildHeightUnit
);
[Python - STK API ]
@property
def BuildingHeightUnit(self) -> "AgEBuildHeightUnit":

@BuildingHeightUnit.setter
def BuildingHeightUnit(self, val:"AgEBuildHeightUnit") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.