Search Results for

    Show / Hide Table of Contents

    Class ImageGroupDocumentData

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

    Constructors

    ImageGroupDocumentData(nint)

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

    Methods

    AddImage(string, string)

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

    DeleteAllImages()

    Declaration
    public void DeleteAllImages()

    DeleteNthImage(int)

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

    FreeResource()

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

    GetImagesCount()

    Declaration
    public int GetImagesCount()
    Returns
    Type Description
    int

    GetNthImage(int)

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

    Implements

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