AGI STK Objects 11 Send comments on this topic.
DistanceValue Property (IAgVOLabelSwapDistance)
See Also 





Description

Distance at which one level of detail is swapped for another. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DistanceValue();
public: __property void set_DistanceValue(
double
);

[Unmanaged C++]
public: HRESULT get_DistanceValue(
double * pRetVal
);
public: HRESULT put_DistanceValue(
double NewDistanceValue
);

[Java]
public double getDistanceValue();public void setDistanceValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1