Search Results for

    Show / Hide Table of Contents

    Class OptionsManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    OptionsManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Options
    Assembly: NXOpen.dll
    Syntax
    public class OptionsManager : NXRemotableObject, IMessageSink

    Constructors

    OptionsManager(Session)

    Declaration
    protected OptionsManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetAllOptions()

    Declaration
    public string[] GetAllOptions()
    Returns
    Type Description
    string[]

    GetIntValue(string)

    Declaration
    public int GetIntValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    int

    GetIntValue(string, LevelType)

    Declaration
    public int GetIntValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    int

    GetLogicalValue(string)

    Declaration
    public bool GetLogicalValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    bool

    GetLogicalValue(string, LevelType)

    Declaration
    public bool GetLogicalValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    bool

    GetOptionType(string)

    Declaration
    public OptionType GetOptionType(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    OptionType

    GetRealValue(string)

    Declaration
    public double GetRealValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    double

    GetRealValue(string, LevelType)

    Declaration
    public double GetRealValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    double

    GetReorderSelectableStringListValue(string, LevelType, out bool[])

    Declaration
    public string[] GetReorderSelectableStringListValue(string name, LevelType level, out bool[] selection)
    Parameters
    Type Name Description
    string name
    LevelType level
    bool[] selection
    Returns
    Type Description
    string[]

    GetReorderSelectableStringListValue(string, out bool[])

    Declaration
    public string[] GetReorderSelectableStringListValue(string name, out bool[] selection)
    Parameters
    Type Name Description
    string name
    bool[] selection
    Returns
    Type Description
    string[]

    GetScope(string)

    Declaration
    public OptionsScope GetScope(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    OptionsScope

    GetStringListValue(string)

    Declaration
    public string[] GetStringListValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string[]

    GetStringListValue(string, LevelType)

    Declaration
    public string[] GetStringListValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    string[]

    GetStringValue(string)

    Declaration
    public string GetStringValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string

    GetStringValue(string, LevelType)

    Declaration
    public string GetStringValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    string

    GetUserComment(string, LevelType)

    Declaration
    public string GetUserComment(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    string

    GetUtf8stringValue(string)

    Declaration
    public string GetUtf8stringValue(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string

    GetUtf8stringValue(string, LevelType)

    Declaration
    public string GetUtf8stringValue(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    string

    IsLevelLockedByDefault(LevelType)

    Declaration
    public bool IsLevelLockedByDefault(LevelType level)
    Parameters
    Type Name Description
    LevelType level
    Returns
    Type Description
    bool

    IsValueLocked(string, LevelType)

    Declaration
    public bool IsValueLocked(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    bool

    IsValueSet(string, LevelType)

    Declaration
    public bool IsValueSet(string name, LevelType level)
    Parameters
    Type Name Description
    string name
    LevelType level
    Returns
    Type Description
    bool

    NewOptionsChangeList(LevelType, LevelLockedByDefault)

    Declaration
    public ChangeList NewOptionsChangeList(LevelType level, LevelLockedByDefault lockedByDefault)
    Parameters
    Type Name Description
    LevelType level
    LevelLockedByDefault lockedByDefault
    Returns
    Type Description
    ChangeList

    NewOptionsDraftingStandardChangeList(LevelType, string)

    Declaration
    public DraftingStandardChangeList NewOptionsDraftingStandardChangeList(LevelType level, string filename)
    Parameters
    Type Name Description
    LevelType level
    string filename
    Returns
    Type Description
    DraftingStandardChangeList

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX