Search Results for

    Show / Hide Table of Contents

    Class CollaborationZoneMgr

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CollaborationZoneMgr
    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.CollaborationApplication
    Assembly: NXOpen.dll
    Syntax
    public class CollaborationZoneMgr : TransientObject, IMessageSink, IDisposable

    Constructors

    CollaborationZoneMgr(nint)

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

    Methods

    CreateBoxShapeBuilder(Part)

    Declaration
    public BoxShapeBuilder CreateBoxShapeBuilder(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    BoxShapeBuilder

    CreateBoxShapeBuilderToEdit(BoxShape)

    Declaration
    public BoxShapeBuilder CreateBoxShapeBuilderToEdit(BoxShape shape)
    Parameters
    Type Name Description
    BoxShape shape
    Returns
    Type Description
    BoxShapeBuilder

    CreateNotificationZoneBuilder(Part)

    Declaration
    public NotificationZoneBuilder CreateNotificationZoneBuilder(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    NotificationZoneBuilder

    CreateNotificationZoneBuilderToEdit(NotificationZone)

    Declaration
    public NotificationZoneBuilder CreateNotificationZoneBuilderToEdit(NotificationZone zone)
    Parameters
    Type Name Description
    NotificationZone zone
    Returns
    Type Description
    NotificationZoneBuilder

    DeleteNotificationZones(NotificationZone[])

    Declaration
    public void DeleteNotificationZones(NotificationZone[] zonesToDelete)
    Parameters
    Type Name Description
    NotificationZone[] zonesToDelete

    FetchZonesFromDatabase(Part)

    Declaration
    public CollaborationZone[] FetchZonesFromDatabase(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    CollaborationZone[]

    FreeResource()

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

    Implements

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