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





Windows & Linux

Description

Gets or sets the building height reference method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BuildingHeightReferenceMethod() As AgEBuildHeightReferenceMethod
[C#]
public AgEBuildHeightReferenceMethod BuildingHeightReferenceMethod {get; set;}
[Managed C++]
public: __property AgEBuildHeightReferenceMethod get_BuildingHeightReferenceMethod();
public: __property void set_BuildingHeightReferenceMethod( AgEBuildHeightReferenceMethod );
[Unmanaged C++]
public: HRESULT get_BuildingHeightReferenceMethod(
    AgEBuildHeightReferenceMethod * pVal
);
public: HRESULT put_BuildingHeightReferenceMethod(
    AgEBuildHeightReferenceMethod val
);
[Java]
public AgEBuildHeightReferenceMethod getBuildingHeightReferenceMethod();
public void setBuildingHeightReferenceMethod(
    AgEBuildHeightReferenceMethod
);
[Python - STK API ]
@property
def BuildingHeightReferenceMethod(self) -> "AgEBuildHeightReferenceMethod":

@BuildingHeightReferenceMethod.setter
def BuildingHeightReferenceMethod(self, val:"AgEBuildHeightReferenceMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.