NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Diagramming.DiagrammingManager Class Reference

A manager to deal with all objects. More...

Inheritance diagram for NXOpen.Diagramming.DiagrammingManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Diagramming.BulkEditBuilder 
CreateBulkEditBuilder ()
 Creates a NXOpen.Diagramming.BulkEditBuilder More...
 
unsafe
NXOpen.Diagramming.CannedAnnotationBuilder 
CreateCannedAnnotationBuilder (NXOpen.Diagramming.Annotation annotation)
 Creates a NXOpen.Diagramming.CannedAnnotationBuilder . More...
 
unsafe void OpenSheet (NXOpen.Diagramming.Sheet sheet)
 Opens a NXOpen.Diagramming.Sheet . More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Diagramming.Sheet ActiveSheet [get, set]
 Returns or sets the active sheet More...
 
NXOpen.Diagramming.AnnotationCollection Annotations [get]
 Returns the NXOpen.Diagramming.AnnotationCollection belonging to this part More...
 
NXOpen.Diagramming.ConnectionCollection Connections [get]
 Returns the NXOpen.Diagramming.ConnectionCollection belonging to this part More...
 
NXOpen.Diagramming.GroupCollection Groups [get]
 Returns the NXOpen.Diagramming.GroupCollection belonging to this part More...
 
NXOpen.Diagramming.LeaderLineCollection LeaderLines [get]
 Returns the NXOpen.Diagramming.LeaderLineCollection belonging to this part More...
 
NXOpen.Diagramming.NodeCollection Nodes [get]
 Returns the NXOpen.Diagramming.NodeCollection belonging to this part More...
 
NXOpen.Diagramming.PortCollection Ports [get]
 Returns the NXOpen.Diagramming.PortCollection belonging to this part More...
 
NXOpen.Diagramming.ShapeCollection Shapes [get]
 Returns the NXOpen.Diagramming.ShapeCollection belonging to this part More...
 
NXOpen.Diagramming.SheetBordersAndZonesCollection SheetBordersAndZones [get]
 Returns the NXOpen.Diagramming.SheetBordersAndZonesCollection belonging to this part More...
 
NXOpen.Diagramming.SheetCollection Sheets [get]
 Returns the NXOpen.Diagramming.SheetCollection belonging to this part More...
 
NXOpen.Diagramming.Tables.TableCollection Tables [get]
 Returns the NXOpen.Diagramming.Tables.TableCollection belonging to this part More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
NXOpen.Diagramming.TitleBlockCollection TitleBlocks [get]
 Returns the NXOpen.Diagramming.TitleBlockCollection belonging to this part More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

A manager to deal with all objects.

To obtain an instance of this class, refer to NXOpen.Part

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.Diagramming.BulkEditBuilder NXOpen.Diagramming.DiagrammingManager.CreateBulkEditBuilder ( )
inline

Creates a NXOpen.Diagramming.BulkEditBuilder

Created in NX10.0.0

License requirements: None.

Returns
unsafe NXOpen.Diagramming.CannedAnnotationBuilder NXOpen.Diagramming.DiagrammingManager.CreateCannedAnnotationBuilder ( NXOpen.Diagramming.Annotation  annotation)
inline

Creates a NXOpen.Diagramming.CannedAnnotationBuilder .

Created in NX10.0.0

License requirements: None.

Parameters
annotationNXOpen.Diagramming.Annotation to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
unsafe void NXOpen.Diagramming.DiagrammingManager.OpenSheet ( NXOpen.Diagramming.Sheet  sheet)
inline

Opens a NXOpen.Diagramming.Sheet .

Created in NX10.0.0

Deprecated in NX12.0.0. Moved to SheetManager

License requirements: None.

Parameters
sheet

Property Documentation

unsafe NXOpen.Diagramming.Sheet NXOpen.Diagramming.DiagrammingManager.ActiveSheet
getset

Returns or sets the active sheet

Created in NX11.0.0

Deprecated in NX12.0.0. Moved to SheetManager

License requirements to get this property: None.

License requirements to set this property: None.

NXOpen.Diagramming.AnnotationCollection NXOpen.Diagramming.DiagrammingManager.Annotations
get

Returns the NXOpen.Diagramming.AnnotationCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.ConnectionCollection NXOpen.Diagramming.DiagrammingManager.Connections
get

Returns the NXOpen.Diagramming.ConnectionCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.GroupCollection NXOpen.Diagramming.DiagrammingManager.Groups
get

Returns the NXOpen.Diagramming.GroupCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.LeaderLineCollection NXOpen.Diagramming.DiagrammingManager.LeaderLines
get

Returns the NXOpen.Diagramming.LeaderLineCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.NodeCollection NXOpen.Diagramming.DiagrammingManager.Nodes
get

Returns the NXOpen.Diagramming.NodeCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.PortCollection NXOpen.Diagramming.DiagrammingManager.Ports
get

Returns the NXOpen.Diagramming.PortCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.ShapeCollection NXOpen.Diagramming.DiagrammingManager.Shapes
get

Returns the NXOpen.Diagramming.ShapeCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.SheetBordersAndZonesCollection NXOpen.Diagramming.DiagrammingManager.SheetBordersAndZones
get

Returns the NXOpen.Diagramming.SheetBordersAndZonesCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.SheetCollection NXOpen.Diagramming.DiagrammingManager.Sheets
get

Returns the NXOpen.Diagramming.SheetCollection belonging to this part

Created in NX10.0.0

NXOpen.Diagramming.Tables.TableCollection NXOpen.Diagramming.DiagrammingManager.Tables
get

Returns the NXOpen.Diagramming.Tables.TableCollection belonging to this part

Created in NX10.0.0

Tag NXOpen.Diagramming.DiagrammingManager.Tag
get

Returns the tag of this object.

NXOpen.Diagramming.TitleBlockCollection NXOpen.Diagramming.DiagrammingManager.TitleBlocks
get

Returns the NXOpen.Diagramming.TitleBlockCollection belonging to this part

Created in NX11.0.1


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.