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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.