AGI STK VGT 11 Send comments on this topic.
ReferenceShape Property (IAgCrdnPointCBFixedOffset)
See Also 





Description

Choose the point height's reference. Available options are central body ellipsoid (WSG84), terrain or Mean Sea Level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceShape() As AgECrdnReferenceShapeType

[C#]
public AgECrdnReferenceShapeType ReferenceShape {get; set;}

[Managed C++]
public: __property AgECrdnReferenceShapeType get_ReferenceShape();
public: __property void set_ReferenceShape(
AgECrdnReferenceShapeType
);

[Unmanaged C++]
public: HRESULT get_ReferenceShape(
AgECrdnReferenceShapeType * pRetVal
);
public: HRESULT put_ReferenceShape(
AgECrdnReferenceShapeType NewReferenceShape
);

[Java]
public AgECrdnReferenceShapeType getReferenceShape();public void setReferenceShape(
AgECrdnReferenceShapeType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1