AGI STK Graphics 11 Send comments on this topic.
MaximumDistance Property (IAgStkGraphicsDistanceDisplayCondition)
See Also 





Description

Gets or sets the maximum distance, in meters, of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumDistance();
public: __property void set_MaximumDistance(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumDistance(
double * pRetVal
);
public: HRESULT put_MaximumDistance(
double NewMaximumDistance
);

[Java]
public double getMaximumDistance();public void setMaximumDistance(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1