Choose the point height's reference. Available options are central body ellipsoid (WSG84), terrain or Mean Sea Level.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceShape() As AgECrdnReferenceShapeType |
[C#] |
---|
public AgECrdnReferenceShapeType ReferenceShape {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnReferenceShapeType get_ReferenceShape(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceShape( AgECrdnReferenceShapeType * pRetVal ); public: HRESULT put_ReferenceShape( AgECrdnReferenceShapeType ReferenceShape ); |
[Java] |
---|
public AgECrdnReferenceShapeType getReferenceShape(); public void setReferenceShape( AgECrdnReferenceShapeType ); |
[Python - STK API ] |
---|
@property def ReferenceShape(self) -> "AgECrdnReferenceShapeType": @ReferenceShape.setter def ReferenceShape(self, ReferenceShape:"AgECrdnReferenceShapeType") -> None: |