Search Results for

    Show / Hide Table of Contents

    Class ImageGroupDocumentData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DocumentData
    ImageGroupDocumentData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    DocumentData.GetDataType()
    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.OpenXml
    Assembly: NXOpen.dll
    Syntax
    public class ImageGroupDocumentData : DocumentData, IMessageSink, IDisposable

    Constructors

    ImageGroupDocumentData(IntPtr)

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

    Methods

    AddImage(String, String)

    Declaration
    public ImageDocumentData AddImage(string fileName, string caption)
    Parameters
    Type Name Description
    System.String fileName
    System.String caption
    Returns
    Type Description
    ImageDocumentData

    DeleteAllImages()

    Declaration
    public void DeleteAllImages()

    DeleteNthImage(Int32)

    Declaration
    public void DeleteNthImage(int index)
    Parameters
    Type Name Description
    System.Int32 index

    FreeResource()

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

    GetImagesCount()

    Declaration
    public int GetImagesCount()
    Returns
    Type Description
    System.Int32

    GetNthImage(Int32)

    Declaration
    public ImageDocumentData GetNthImage(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    ImageDocumentData

    Implements

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