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++] |
---|
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: |