Search Results for

    Show / Hide Table of Contents

    Class DataContainer

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PropertyContainer
    DataContainer
    CaeDataContainer
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    PropertyContainer.FreeResource()
    PropertyContainer.GetPropertyNames()
    PropertyContainer.GetPropertyType(String)
    PropertyContainer.GetPropertyType(Int32)
    PropertyContainer.SetInteger(String, Int32)
    PropertyContainer.GetInteger(String)
    PropertyContainer.GetInteger(Int32)
    PropertyContainer.SetLogical(String, Boolean)
    PropertyContainer.GetLogical(String)
    PropertyContainer.GetLogical(Int32)
    PropertyContainer.SetDouble(String, Double)
    PropertyContainer.GetDouble(String)
    PropertyContainer.GetDouble(Int32)
    PropertyContainer.SetString(String, String)
    PropertyContainer.GetString(String)
    PropertyContainer.GetString(Int32)
    PropertyContainer.SetEnumAsString(String, String)
    PropertyContainer.GetEnumAsString(String)
    PropertyContainer.GetEnumAsString(Int32)
    PropertyContainer.SetEnum(String, Int32)
    PropertyContainer.GetEnum(String)
    PropertyContainer.GetEnum(Int32)
    PropertyContainer.SetEnumMembers(String, String[])
    PropertyContainer.GetEnumMembers(String)
    PropertyContainer.GetEnumMembers(Int32)
    PropertyContainer.SetStrings(String, String[])
    PropertyContainer.GetStrings(String)
    PropertyContainer.GetStrings(Int32)
    PropertyContainer.SetPoint(String, Point3d)
    PropertyContainer.GetPoint(String)
    PropertyContainer.GetPoint(Int32)
    PropertyContainer.SetVector(String, Vector3d)
    PropertyContainer.GetVector(String)
    PropertyContainer.GetVector(Int32)
    PropertyContainer.SetBits(String, Int32)
    PropertyContainer.GetBits(String)
    PropertyContainer.GetBits(Int32)
    PropertyContainer.SetTaggedObject(String, TaggedObject)
    PropertyContainer.GetTaggedObject(String)
    PropertyContainer.GetTaggedObject(Int32)
    PropertyContainer.GetIntegerVector(String)
    PropertyContainer.SetIntegerVector(String, Int32[])
    PropertyContainer.GetIntegerVector(Int32)
    PropertyContainer.GetDoubleVector(String)
    PropertyContainer.SetDoubleVector(String, Double[])
    PropertyContainer.GetDoubleVector(Int32)
    PropertyContainer.GetTaggedObjectVector(String)
    PropertyContainer.SetTaggedObjectVector(String, TaggedObject[])
    PropertyContainer.GetTaggedObjectVector(Int32)
    PropertyContainer.GetIntegerMatrix(String, Int32, Int32)
    PropertyContainer.SetIntegerMatrix(String, Int32, Int32, Int32[])
    PropertyContainer.GetIntegerMatrix(Int32, Int32, Int32)
    PropertyContainer.GetDoubleMatrix(String, Int32, Int32)
    PropertyContainer.SetDoubleMatrix(String, Int32, Int32, Double[])
    PropertyContainer.GetDoubleMatrix(Int32, Int32, Int32)
    PropertyContainer.GetFile(String)
    PropertyContainer.SetFile(String, String)
    PropertyContainer.GetFile(Int32)
    PropertyContainer.GetArray(String)
    PropertyContainer.GetArray(Int32)
    PropertyContainer.Length
    PropertyContainer.Mode
    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
    Assembly: NXOpen.dll
    Syntax
    public class DataContainer : PropertyContainer, IMessageSink, IDisposable

    Constructors

    DataContainer(IntPtr)

    Declaration
    protected DataContainer(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddBits(String, Int32)

    Declaration
    public void AddBits(string propertyName, int bitsSc)
    Parameters
    Type Name Description
    System.String propertyName
    System.Int32 bitsSc

    AddDouble(String, Double)

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

    AddDoubleMatrix(String, Int32, Int32, Double[])

    Declaration
    public void AddDoubleMatrix(string propertyName, int nRows, int nColumns, double[] matrixValue)
    Parameters
    Type Name Description
    System.String propertyName
    System.Int32 nRows
    System.Int32 nColumns
    System.Double[] matrixValue

    AddDoubleVector(String, Double[])

    Declaration
    public void AddDoubleVector(string propertyName, double[] doubleVector)
    Parameters
    Type Name Description
    System.String propertyName
    System.Double[] doubleVector

    AddEnum(String, String[])

    Declaration
    public void AddEnum(string propertyName, string[] stringArray)
    Parameters
    Type Name Description
    System.String propertyName
    System.String[] stringArray

    AddFile(String, String)

    Declaration
    public void AddFile(string propertyName, string value)
    Parameters
    Type Name Description
    System.String propertyName
    System.String value

    AddInteger(String, Int32)

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

    AddIntegerMatrix(String, Int32, Int32, Int32[])

    Declaration
    public void AddIntegerMatrix(string propertyName, int nRows, int nColumns, int[] matrixValue)
    Parameters
    Type Name Description
    System.String propertyName
    System.Int32 nRows
    System.Int32 nColumns
    System.Int32[] matrixValue

    AddIntegerVector(String, Int32[])

    Declaration
    public void AddIntegerVector(string propertyName, int[] intVector)
    Parameters
    Type Name Description
    System.String propertyName
    System.Int32[] intVector

    AddLogical(String, Boolean)

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

    AddPoint(String, Point3d)

    Declaration
    public void AddPoint(string propertyName, Point3d pointSc)
    Parameters
    Type Name Description
    System.String propertyName
    Point3d pointSc

    AddString(String, String)

    Declaration
    public void AddString(string propertyName, string value)
    Parameters
    Type Name Description
    System.String propertyName
    System.String value

    AddStrings(String, String[])

    Declaration
    public void AddStrings(string propertyName, string[] stringArray)
    Parameters
    Type Name Description
    System.String propertyName
    System.String[] stringArray

    AddTaggedObject(String, TaggedObject)

    Declaration
    public void AddTaggedObject(string propertyName, TaggedObject taggedSc)
    Parameters
    Type Name Description
    System.String propertyName
    TaggedObject taggedSc

    AddTaggedObjectVector(String, TaggedObject[])

    Declaration
    public void AddTaggedObjectVector(string propertyName, TaggedObject[] tagVector)
    Parameters
    Type Name Description
    System.String propertyName
    TaggedObject[] tagVector

    AddVector(String, Vector3d)

    Declaration
    public void AddVector(string propertyName, Vector3d vector)
    Parameters
    Type Name Description
    System.String propertyName
    Vector3d vector

    Implements

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