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





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 * pRetVal
);
public: HRESULT put_BuildingHeightReferenceMethod(
AgEBuildHeightReferenceMethod NewBuildingHeightReferenceMethod
);

[Java]
public AgEBuildHeightReferenceMethod getBuildingHeightReferenceMethod();public void setBuildingHeightReferenceMethod(
AgEBuildHeightReferenceMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1