STK ObjectsSend comments on this topic.
BuildingHeightDataAttribute Property (IAgWirelessInSite64GeometryData)
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 * pVal
);
public: HRESULT put_BuildingHeightDataAttribute(
    BSTR val
);
[Java]
public String getBuildingHeightDataAttribute();
public void setBuildingHeightDataAttribute(
    String
);
[Python - STK API ]
@property
def BuildingHeightDataAttribute(self) -> str:

@BuildingHeightDataAttribute.setter
def BuildingHeightDataAttribute(self, val:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.