AGI STK Objects 11 Send comments on this topic.
EnableRangeConstraint Property (IAgSnVO)
See Also 
Windows






Windows & Linux

Description

If a range constraint has been imposed on the sensor, opt whether the sensor graphics display a dome-shaped cap on the end of the sensor projection.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableRangeConstraint();
public: __property void set_EnableRangeConstraint(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableRangeConstraint(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableRangeConstraint(
VARIANT_BOOL NewEnableRangeConstraint
);

[Java]
public bool getEnableRangeConstraint();public void setEnableRangeConstraint(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface