AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_MarkerTo(
    double MarkerTo
);
[Java]
public double getMarkerTo();
public void setMarkerTo(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.