STK ObjectsSend comments on this topic.
TickMarks Property (IAgVeVOPass)
See Also
Windows





Windows & Linux

Description

Get the tick mark data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TickMarks() As IAgVeVOOrbitTickMarks
[C#]
public IAgVeVOOrbitTickMarks TickMarks {get;}
[Managed C++]
public: __property IAgVeVOOrbitTickMarks ^ get_TickMarks();
[Unmanaged C++]
public: HRESULT get_TickMarks(
    IAgVeVOOrbitTickMarks ** ppVal
);
[Java]
public IAgVeVOOrbitTickMarks getTickMarks();
[Python - STK API ]
@property
def TickMarks(self) -> "IAgVeVOOrbitTickMarks":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.