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 * pType
);
public: HRESULT put_OffsetFrame(
    AgEOffsetFrameType eType
);
[Java]
public AgEOffsetFrameType getOffsetFrame();
public void setOffsetFrame(
    AgEOffsetFrameType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.