AGI STK Object Broker 11 Send comments on this topic.
MaximumMarkerDistance Property (IAgStkBrokerThreshold)
See Also 





Description

The maximum viewing distance at which a marker is visible.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumMarkerDistance();
public: __property void set_MaximumMarkerDistance(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumMarkerDistance(
double * pRetVal
);
public: HRESULT put_MaximumMarkerDistance(
double NewMaximumMarkerDistance
);

[Java]
public double getMaximumMarkerDistance();public void setMaximumMarkerDistance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1