AGI STK Objects 11Send 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
MemberValueDescription
eOffsetUnknown-1Unknown Offset.
eOffsetLeft0Offset to the left.
eOffsetRight1Offset to the right.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.