Search Results for

    Show / Hide Table of Contents

    Class DraftingStandardChangeList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DraftingStandardChangeList
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Options
    Assembly: NXOpen.dll
    Syntax
    public class DraftingStandardChangeList : TransientObject, IMessageSink, IDisposable

    Constructors

    DraftingStandardChangeList(nint)

    Declaration
    protected DraftingStandardChangeList(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    CurrentLevel

    Declaration
    public LevelType CurrentLevel { get; }
    Property Value
    Type Description
    LevelType

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Load()

    Declaration
    public void Load()

    LockValue(string)

    Declaration
    public void LockValue(string name)
    Parameters
    Type Name Description
    string name

    Save()

    Declaration
    public void Save()

    SetUserComment(string, string)

    Declaration
    public void SetUserComment(string name, string comment)
    Parameters
    Type Name Description
    string name
    string comment

    SetUtf8Value(string, string)

    Declaration
    public void SetUtf8Value(string name, string value)
    Parameters
    Type Name Description
    string name
    string value

    SetValue(string, bool)

    Declaration
    public void SetValue(string name, bool value)
    Parameters
    Type Name Description
    string name
    bool value

    SetValue(string, double)

    Declaration
    public void SetValue(string name, double value)
    Parameters
    Type Name Description
    string name
    double value

    SetValue(string, int)

    Declaration
    public void SetValue(string name, int value)
    Parameters
    Type Name Description
    string name
    int value

    SetValue(string, string)

    Declaration
    public void SetValue(string name, string value)
    Parameters
    Type Name Description
    string name
    string value

    SetValue(string, string[])

    Declaration
    public void SetValue(string name, string[] value)
    Parameters
    Type Name Description
    string name
    string[] value

    SetValueOrder(string, string[])

    Declaration
    public void SetValueOrder(string name, string[] value)
    Parameters
    Type Name Description
    string name
    string[] value

    SetValueSelection(string, bool[], string[])

    Declaration
    public void SetValueSelection(string name, bool[] selection, string[] value)
    Parameters
    Type Name Description
    string name
    bool[] selection
    string[] value

    UnlockValue(string)

    Declaration
    public void UnlockValue(string name)
    Parameters
    Type Name Description
    string name

    Implements

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