AGI STK Objects 11 Send comments on this topic.
MarkerTo Property (IAgMtoVOSwapDistances)
See Also 
Windows






Windows & Linux

Description

Specify the maximum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerTo() As Double

[C#]
public double MarkerTo {get; set;}

[Managed C++]
public: __property double get_MarkerTo();
public: __property void set_MarkerTo(
double
);

[Unmanaged C++]
public: HRESULT get_MarkerTo(
double * pRetVal
);
public: HRESULT put_MarkerTo(
double NewMarkerTo
);

[Java]
public double getMarkerTo();public void setMarkerTo(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface