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





Description

Whether to use range constraint.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseRangeConstraint();
public: __property void set_UseRangeConstraint(
bool
);

[Unmanaged C++]
public: HRESULT get_UseRangeConstraint(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRangeConstraint(
VARIANT_BOOL NewUseRangeConstraint
);

[Java]
public bool getUseRangeConstraint();public void setUseRangeConstraint(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1