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





Windows & Linux

Description

Set the type of tick marks to display.

Syntax

[Visual Basic .NET]
Public Sub SetTickDataType( _
    ByVal TickData As AgETickData _
)
[C#]
public void SetTickDataType(
    AgETickData TickData
);
[Managed C++]
public: void SetTickDataType(
    AgETickData TickData
);
[Unmanaged C++]
public: HRESULT SetTickDataType(
    AgETickData TickData
);
[Java]
public void setTickDataType(
    AgETickData TickData
);
[Python - STK API ]
def SetTickDataType(self, TickData:"AgETickData") -> None:

Parameters

TickData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.