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






Windows & Linux

Description

Specify the minimum 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 MarkerFrom() As Double

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

[Managed C++]
public: __property double get_MarkerFrom();
public: __property void set_MarkerFrom(
double
);

[Unmanaged C++]
public: HRESULT get_MarkerFrom(
double * pRetVal
);
public: HRESULT put_MarkerFrom(
double NewMarkerFrom
);

[Java]
public double getMarkerFrom();public void setMarkerFrom(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface