AGI STK Objects 11 Send comments on this topic.
BuildingHeightDataAttribute Property (IAgWirelessInSiteRTGeometryData)
See Also 
Windows






Windows & Linux

Description

Get or sets the building height data attribute.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BuildingHeightDataAttribute() As String

[C#]
public string BuildingHeightDataAttribute {get; set;}

[Managed C++]
public: __property String __gc ^ get_BuildingHeightDataAttribute();
public: __property void set_BuildingHeightDataAttribute(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_BuildingHeightDataAttribute(
BSTR * pRetVal
);
public: HRESULT put_BuildingHeightDataAttribute(
BSTR NewBuildingHeightDataAttribute
);

[Java]
public String getBuildingHeightDataAttribute();public void setBuildingHeightDataAttribute(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface