AGI STK VGT 11 Send comments on this topic.
UseMaximumRange Property (IAgCrdnPointCentBodyIntersect)
See Also 
Windows






Windows & Linux

Description

Whether the maximum range is used. Applicable only if the range constraint is not used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaximumRange() As Boolean

[C#]
public bool UseMaximumRange {get; set;}

[Managed C++]
public: __property bool get_UseMaximumRange();
public: __property void set_UseMaximumRange(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMaximumRange(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMaximumRange(
VARIANT_BOOL NewUseMaximumRange
);

[Java]
public bool getUseMaximumRange();public void setUseMaximumRange(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface