Search Results for

    Show / Hide Table of Contents

    Class CollaborativeContentManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    CollaborativeContentManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class CollaborativeContentManager : NXRemotableObject, IMessageSink

    Constructors

    CollaborativeContentManager(Session)

    Declaration
    protected CollaborativeContentManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    CollaborativeDesigns

    Declaration
    public CollaborativeDesignCollection CollaborativeDesigns { get; }
    Property Value
    Type Description
    CollaborativeDesignCollection

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateAbsolutePositionBuilder(Part)

    Declaration
    public AbsolutePositionBuilder CreateAbsolutePositionBuilder(Part workSetPart)
    Parameters
    Type Name Description
    Part workSetPart
    Returns
    Type Description
    AbsolutePositionBuilder

    CreateCopyDesignElementBuilder(Part)

    Declaration
    public CopyDesignElementBuilder CreateCopyDesignElementBuilder(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    CopyDesignElementBuilder

    CreateDesignElementBuilder(Part, DesignElementBuilder.OperationType)

    Declaration
    public DesignElementBuilder CreateDesignElementBuilder(Part workset, DesignElementBuilder.OperationType operation)
    Parameters
    Type Name Description
    Part workset
    DesignElementBuilder.OperationType operation
    Returns
    Type Description
    DesignElementBuilder

    CreateOverridePartBuilder(Part)

    Declaration
    public CreateOverridePartBuilder CreateOverridePartBuilder(Part workSetPart)
    Parameters
    Type Name Description
    Part workSetPart
    Returns
    Type Description
    CreateOverridePartBuilder

    CreatePositioningGroupBuilder(Part, PositioningGroup)

    Declaration
    public PositioningGroupBuilder CreatePositioningGroupBuilder(Part worksetPart, PositioningGroup positioningGroup)
    Parameters
    Type Name Description
    Part worksetPart
    PositioningGroup positioningGroup
    Returns
    Type Description
    PositioningGroupBuilder

    CreateUpdateDesignElementPositionBuilder(Part)

    Declaration
    public UpdateDesignElementPositionBuilder CreateUpdateDesignElementPositionBuilder(Part workSetPart)
    Parameters
    Type Name Description
    Part workSetPart
    Returns
    Type Description
    UpdateDesignElementPositionBuilder

    DeleteOverridePartBuilder(Part)

    Declaration
    public DeleteOverridePartBuilder DeleteOverridePartBuilder(Part workSetPart)
    Parameters
    Type Name Description
    Part workSetPart
    Returns
    Type Description
    DeleteOverridePartBuilder

    Implements

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