AGI STK Graphics 11 Send comments on this topic.
Range Property (IAgStkGraphicsModelTransformation)
See Also 





Description

Gets the value range of the transformation. Equivalent to the difference of the Maximum Value and Minimum Value properties.

Property type

Read-only property

Syntax

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

[C#]
public double Range {get;}

[Managed C++]
public: __property double get_Range();

[Unmanaged C++]
public: HRESULT get_Range(
double * pRetVal
);

[Java]
public double getRange();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1