AGI STK Objects 11Send comments on this topic.
SetOffsetType Method (IAgVeGfxTimeEventTypeLine)
See Also 
Offset
Windows






Windows & Linux

Description

Offset direction (left or right).

Syntax

[Visual Basic .NET]
Public Sub SetOffsetType( _
   ByVal Offset As AgEVeGfxOffset _
) 
[C#]
public void SetOffsetType(
   AgEVeGfxOffset Offset
);
[Managed C++]
public: void SetOffsetType(
   AgEVeGfxOffset Offset
);
[Java]
public  setOffsetType(
   AgEVeGfxOffset Offset
);
[Unmanaged C++]
public: HRESULT SetOffsetType(
   AgEVeGfxOffset Offset
);

Parameters

Offset
MemberValueDescription
eOffsetUnknown-1Unknown Offset.
eOffsetLeft0Offset to the left.
eOffsetRight1Offset to the right.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.