AGI STK Objects 11 Send comments on this topic.
OffsetFrame Property (IAgVOOffsetLabel)
See Also 





Description

The frame used in computing the offset. A member of the AgEOffsetFrameType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OffsetFrame() As AgEOffsetFrameType

[C#]
public AgEOffsetFrameType OffsetFrame {get; set;}

[Managed C++]
public: __property AgEOffsetFrameType get_OffsetFrame();
public: __property void set_OffsetFrame(
AgEOffsetFrameType
);

[Unmanaged C++]
public: HRESULT get_OffsetFrame(
AgEOffsetFrameType * pRetVal
);
public: HRESULT put_OffsetFrame(
AgEOffsetFrameType NewOffsetFrame
);

[Java]
public AgEOffsetFrameType getOffsetFrame();public void setOffsetFrame(
AgEOffsetFrameType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1