Class DiagrammingManager
Inheritance
System.Object
System.MarshalByRefObject
DiagrammingManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
Connections
Declaration
public ConnectionCollection Connections { get; }
Property Value
Groups
Declaration
public GroupCollection Groups { get; }
Property Value
LeaderLines
Declaration
public LeaderLineCollection LeaderLines { get; }
Property Value
Nodes
Declaration
public NodeCollection Nodes { get; }
Property Value
Ports
Declaration
public PortCollection Ports { 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
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