Search Results for

    Show / Hide Table of Contents

    Struct UnifiedDatabaseOptions.Flag

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

    Constructors

    Flag(string, bool)

    Declaration
    public Flag(string FlagName, bool FlagSet)
    Parameters
    Type Name Description
    string FlagName
    bool FlagSet

    Fields

    FlagName

    Declaration
    public string FlagName
    Field Value
    Type Description
    string

    FlagSet

    Declaration
    public bool FlagSet
    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