Search Results for

    Show / Hide Table of Contents

    Struct ValidationManager.ParameterOptions

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    public struct ValidationManager.ParameterOptions

    Constructors

    ParameterOptions(string, string, bool)

    Declaration
    public ParameterOptions(string Label, string Group, bool Modifiable)
    Parameters
    Type Name Description
    string Label
    string Group
    bool Modifiable

    Fields

    Group

    Declaration
    public string Group
    Field Value
    Type Description
    string

    Label

    Declaration
    public string Label
    Field Value
    Type Description
    string

    Modifiable

    Declaration
    public bool Modifiable
    Field Value
    Type Description
    bool

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX