STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsOffsetTypeSupported(
    AgEVeGfxOffset Offset,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isOffsetTypeSupported(
    AgEVeGfxOffset Offset
);
[Python - STK API ]
def IsOffsetTypeSupported(self, Offset:"AgEVeGfxOffset") -> bool:

Parameters

Offset

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.