Gets or sets the building height reference method.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property BuildingHeightReferenceMethod() As AgEBuildHeightReferenceMethod |
| [C#] |
|---|
public AgEBuildHeightReferenceMethod BuildingHeightReferenceMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgEBuildHeightReferenceMethod get_BuildingHeightReferenceMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEBuildHeightReferenceMethod getBuildingHeightReferenceMethod(); public void setBuildingHeightReferenceMethod( AgEBuildHeightReferenceMethod ); |
[Python - STK API ] |
|---|
@property def BuildingHeightReferenceMethod(self) -> "AgEBuildHeightReferenceMethod": @BuildingHeightReferenceMethod.setter def BuildingHeightReferenceMethod(self, val:"AgEBuildHeightReferenceMethod") -> None: |






