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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1