Search Results for

    Show / Hide Table of Contents

    Class DiagrammingManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    DiagrammingManager
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class DiagrammingManager : NXRemotableObject, IMessageSink

    Constructors

    DiagrammingManager(Part)

    Declaration
    protected DiagrammingManager(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    ActiveSheet

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Moved to SheetManager")]
    public Sheet ActiveSheet { get; set; }
    Property Value
    Type Description
    Sheet

    Annotations

    Declaration
    public AnnotationCollection Annotations { get; }
    Property Value
    Type Description
    AnnotationCollection

    Arcs

    Declaration
    public ArcCollection Arcs { get; }
    Property Value
    Type Description
    ArcCollection

    Connections

    Declaration
    public ConnectionCollection Connections { get; }
    Property Value
    Type Description
    ConnectionCollection

    Groups

    Declaration
    public GroupCollection Groups { get; }
    Property Value
    Type Description
    GroupCollection

    LeaderLines

    Declaration
    public LeaderLineCollection LeaderLines { get; }
    Property Value
    Type Description
    LeaderLineCollection

    Lines

    Declaration
    public LineCollection Lines { get; }
    Property Value
    Type Description
    LineCollection

    Nodes

    Declaration
    public NodeCollection Nodes { get; }
    Property Value
    Type Description
    NodeCollection

    Points

    Declaration
    public PointCollection Points { get; }
    Property Value
    Type Description
    PointCollection

    Ports

    Declaration
    public PortCollection Ports { get; }
    Property Value
    Type Description
    PortCollection

    Rectangles

    Declaration
    public RectangleCollection Rectangles { get; }
    Property Value
    Type Description
    RectangleCollection

    Shapes

    Declaration
    public ShapeCollection Shapes { get; }
    Property Value
    Type Description
    ShapeCollection

    SheetBordersAndZones

    Declaration
    public SheetBordersAndZonesCollection SheetBordersAndZones { get; }
    Property Value
    Type Description
    SheetBordersAndZonesCollection

    Sheets

    Declaration
    public SheetCollection Sheets { get; }
    Property Value
    Type Description
    SheetCollection

    Tables

    Declaration
    public TableCollection Tables { get; }
    Property Value
    Type Description
    TableCollection

    Tag

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

    TitleBlocks

    Declaration
    public TitleBlockCollection TitleBlocks { get; }
    Property Value
    Type Description
    TitleBlockCollection

    Methods

    CreateBulkEditBuilder()

    Declaration
    public BulkEditBuilder CreateBulkEditBuilder()
    Returns
    Type Description
    BulkEditBuilder

    CreateCannedAnnotationBuilder(Annotation)

    Declaration
    public CannedAnnotationBuilder CreateCannedAnnotationBuilder(Annotation annotation)
    Parameters
    Type Name Description
    Annotation annotation
    Returns
    Type Description
    CannedAnnotationBuilder

    CreateSheetSizeBuilder(Sheet)

    Declaration
    public SheetSizeBuilder CreateSheetSizeBuilder(Sheet sheet)
    Parameters
    Type Name Description
    Sheet sheet
    Returns
    Type Description
    SheetSizeBuilder

    CreateSheetTemplateBuilder(Sheet)

    Declaration
    public SheetTemplateBuilder CreateSheetTemplateBuilder(Sheet sheet)
    Parameters
    Type Name Description
    Sheet sheet
    Returns
    Type Description
    SheetTemplateBuilder

    OpenSheet(Sheet)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Moved to SheetManager")]
    public void OpenSheet(Sheet sheet)
    Parameters
    Type Name Description
    Sheet sheet

    Implements

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