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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface