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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1