STK Object BrokerSend comments on this topic.
MaximumPointDistance Property (IAgStkBrokerThreshold)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum viewing distance at which a point is visible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumPointDistance() As Double
[C#]
public double MaximumPointDistance {get; set;}
[Managed C++]
public: __property double get_MaximumPointDistance();
public: __property void set_MaximumPointDistance( double );
[Unmanaged C++]
public: HRESULT get_MaximumPointDistance(
    double * pThreshold
);
public: HRESULT put_MaximumPointDistance(
    double Threshold
);
[Java]
public double getMaximumPointDistance();
public void setMaximumPointDistance(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.