Description
Flag determines whether constellation constraints are considered
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseConstConstraints() As Boolean
|
| [C#] |
|---|
public bool UseConstConstraints {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseConstConstraints(); public: __property void set_UseConstConstraints( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseConstConstraints( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseConstConstraints( VARIANT_BOOL NewUseConstConstraints );
|
| [Java] |
|---|
public bool getUseConstConstraints();public void setUseConstConstraints( bool );
|
See Also