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






Windows & Linux

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 MaximumDistance
);
[Java]
public double getMaximumDistance();
public void setMaximumDistance(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.