Class DiagrammingManager
Inheritance
DiagrammingManager
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
Annotations
Declaration
public AnnotationCollection Annotations { get; }
Property Value
Arcs
Declaration
public ArcCollection Arcs { get; }
Property Value
Connections
Declaration
public ConnectionCollection Connections { get; }
Property Value
Fills
Declaration
public FillCollection Fills { get; }
Property Value
Groups
Declaration
public GroupCollection Groups { get; }
Property Value
LeaderLines
Declaration
public LeaderLineCollection LeaderLines { get; }
Property Value
Lines
Declaration
public LineCollection Lines { get; }
Property Value
Nodes
Declaration
public NodeCollection Nodes { get; }
Property Value
Points
Declaration
public PointCollection Points { get; }
Property Value
Ports
Declaration
public PortCollection Ports { get; }
Property Value
Rectangles
Declaration
public RectangleCollection Rectangles { get; }
Property Value
Shapes
Declaration
public ShapeCollection Shapes { get; }
Property Value
SheetBordersAndZones
Declaration
public SheetBordersAndZonesCollection SheetBordersAndZones { get; }
Property Value
Sheets
Declaration
public SheetCollection Sheets { get; }
Property Value
Tables
Declaration
public TableCollection Tables { get; }
Property Value
Tag
Declaration
Property Value
TitleBlocks
Declaration
public TitleBlockCollection TitleBlocks { get; }
Property Value
Methods
CreateBulkEditBuilder()
Declaration
public BulkEditBuilder CreateBulkEditBuilder()
Returns
CreateCannedAnnotationBuilder(Annotation)
Declaration
public CannedAnnotationBuilder CreateCannedAnnotationBuilder(Annotation annotation)
Parameters
Returns
CreateSheetSizeBuilder(Sheet)
Declaration
public SheetSizeBuilder CreateSheetSizeBuilder(Sheet sheet)
Parameters
Type |
Name |
Description |
Sheet |
sheet |
|
Returns
CreateSheetTemplateBuilder(Sheet)
Declaration
public SheetTemplateBuilder CreateSheetTemplateBuilder(Sheet sheet)
Parameters
Type |
Name |
Description |
Sheet |
sheet |
|
Returns
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