Search Results for

    Show / Hide Table of Contents

    Class DraftingStandardChangeList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DraftingStandardChangeList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Options
    Assembly: NXOpen.dll
    Syntax
    public class DraftingStandardChangeList : TransientObject, IMessageSink, IDisposable

    Constructors

    DraftingStandardChangeList(IntPtr)

    Declaration
    protected DraftingStandardChangeList(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr 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
    System.String name

    Save()

    Declaration
    public void Save()

    SetUserComment(String, String)

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

    SetUtf8Value(String, String)

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

    SetValue(String, Boolean)

    Declaration
    public void SetValue(string name, bool value)
    Parameters
    Type Name Description
    System.String name
    System.Boolean value

    SetValue(String, Double)

    Declaration
    public void SetValue(string name, double value)
    Parameters
    Type Name Description
    System.String name
    System.Double value

    SetValue(String, Int32)

    Declaration
    public void SetValue(string name, int value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 value

    SetValue(String, String)

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

    SetValue(String, String[])

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

    SetValueOrder(String, String[])

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

    SetValueSelection(String, Boolean[], String[])

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

    UnlockValue(String)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX