Struct ValidationManager.ParameterOptions
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Validate
Assembly: NXOpen.dll
Syntax
public struct ParameterOptions
Constructors
ParameterOptions(String, String, Boolean)
Declaration
public ParameterOptions(string Label, string Group, bool Modifiable)
Parameters
Type | Name | Description |
---|---|---|
System.String | Label | |
System.String | Group | |
System.Boolean | Modifiable |
Fields
Group
Declaration
public string Group
Field Value
Type | Description |
---|---|
System.String |
Label
Declaration
public string Label
Field Value
Type | Description |
---|---|
System.String |
Modifiable
Declaration
public bool Modifiable
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()