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





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
Member Value Description
eOffsetUnknown -1 Unknown Offset.
eOffsetLeft 0 Offset to the left.
eOffsetRight 1 Offset to the right.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1