Specify whether to evaluate the effect of various constraints on visibility along all possible lines of sight within the field of view.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseConstraints() As Boolean |
[C#] |
---|
public bool UseConstraints {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseConstraints(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseConstraints( VARIANT_BOOL * pVal ); public: HRESULT put_UseConstraints( VARIANT_BOOL vVal ); |
[Java] |
---|
public bool getUseConstraints(); public void setUseConstraints( bool ); |