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