Search Results for

    Show / Hide Table of Contents

    Struct RuleManager.ParameterRule

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

    Constructors

    ParameterRule(string, string)

    Declaration
    public ParameterRule(string Name, string Rule)
    Parameters
    Type Name Description
    string Name
    string Rule

    Fields

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Rule

    Declaration
    public string Rule
    Field Value
    Type Description
    string

    Methods

    ToString()

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