AGI STK Objects 11Send 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 
[C#]
public bool IsTickDataTypeSupported(
    AgETickData TickData
);
[Managed C++]
public: bool IsTickDataTypeSupported(
    AgETickData TickData
);
[Java]
public bool isTickDataTypeSupported(
    AgETickData TickData
);
[Unmanaged C++]
public: HRESULT IsTickDataTypeSupported(
    AgETickData TickData,
    VARIANT_BOOL * pRetVal
);

Parameters

TickData

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.