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






Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsOffsetTypeSupported( _
   ByVal Offset As AgEVeGfxOffset _
) As Boolean

[C#]
public bool IsOffsetTypeSupported(
AgEVeGfxOffset Offset
);

[Managed C++]
public: bool IsOffsetTypeSupported(
AgEVeGfxOffset Offset
);

[Java]
public bool isOffsetTypeSupported(
AgEVeGfxOffset Offset
);

[Unmanaged C++]
public: HRESULT IsOffsetTypeSupported(
AgEVeGfxOffset Offset,
VARIANT_BOOL * ReturnValue
);

Parameters

Offset
Member Value Description
eOffsetUnknown -1 Unknown Offset.
eOffsetLeft 0 Offset to the left.
eOffsetRight 1 Offset to the right.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface