AGI STK Objects 11Send comments on this topic.
BuildingHeightReferenceMethod Property (IAgWirelessInSiteRTGeometryData)
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 * pRetVal
);
public: HRESULT put_BuildingHeightReferenceMethod(
   AgEBuildHeightReferenceMethod NewBuildingHeightReferenceMethod
);
[Java]
public AgEBuildHeightReferenceMethod getBuildingHeightReferenceMethod();public void setBuildingHeightReferenceMethod(
   AgEBuildHeightReferenceMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.