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