STK ObjectsSend comments on this topic.
IsTickDataTypeSupported Method (IAgVeVOPathTickMarks)
See Also
TickData
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsTickDataTypeSupported( _
    ByVal TickData As AgETickData _
) As Boolean
[C#]
public bool IsTickDataTypeSupported(
    AgETickData TickData
);
[Managed C++]
public: bool IsTickDataTypeSupported(
    AgETickData TickData
);
[Unmanaged C++]
public: HRESULT IsTickDataTypeSupported(
    AgETickData TickData,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTickDataTypeSupported(
    AgETickData TickData
);
[Python - STK API ]
def IsTickDataTypeSupported(self, TickData:"AgETickData") -> bool:

Parameters

TickData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.