STK ObjectsSend comments on this topic.
SetOffsetType Method (IAgVeGfxTimeEventTypeText)
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
);
[Unmanaged C++]
public: HRESULT SetOffsetType(
    AgEVeGfxOffset Offset
);
[Java]
public void setOffsetType(
    AgEVeGfxOffset Offset
);
[Python - STK API ]
def SetOffsetType(self, Offset:"AgEVeGfxOffset") -> None:

Parameters

Offset

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.