STK ObjectsSend comments on this topic.
TickDataType Property (IAgVeVOPathTickMarks)
See Also
Windows





Windows & Linux

Description

Get the type of tick marks to display.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TickDataType() As AgETickData
[C#]
public AgETickData TickDataType {get;}
[Managed C++]
public: __property AgETickData get_TickDataType();
[Unmanaged C++]
public: HRESULT get_TickDataType(
    AgETickData * pVal
);
[Java]
public AgETickData getTickDataType();
[Python - STK API ]
@property
def TickDataType(self) -> "AgETickData":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.