CollectorGetAvailableConstraints Method
Obtain all available constraint IDs.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public List<string> GetAvailableConstraints()
Public Function GetAvailableConstraints As List(Of String)
public:
List<String^>^ GetAvailableConstraints()
member GetAvailableConstraints : unit -> List<string>
Return Value
ListStringthe list of available constraint IDs
The set of available known constraint IDs which can be
enabled by calling setEnableConstraints.