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

Contains various drawing utility methods More...

Inheritance diagram for NXOpen.DrawingUtils:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

class  _DrawingUtilsDrawingAutomationWizardHandlerAdapter
 

Public Member Functions

unsafe int AddDrawingAutomationWizardHandler (NXOpen.DrawingUtils.DrawingAutomationWizardHandler handler)
 Registers a user defined method that is called whenever Booklet Wizard is committed. More...
 
delegate int DrawingAutomationWizardHandler (NXOpen.Drafting.DrawingAutomationWizard data)
 User defined method that is called whenever Booklet Wizard is committed. More...
 
unsafe
NXOpen.Drafting.DrawingAutomationWizard 
NewDrawingAutomationWizard ()
 Constructs a new DrawingAutomationWizard object. More...
 
unsafe void RemoveDrawingAutomationWizardHandler (int id)
 Unregisters a user defined method that is called whenever Booklet Wizard is committed. 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

Tag Tag [get]
 Returns the tag of this object. 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

Contains various drawing utility methods

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

Created in NX8.5.3

Member Function Documentation

unsafe int NXOpen.DrawingUtils.AddDrawingAutomationWizardHandler ( NXOpen.DrawingUtils.DrawingAutomationWizardHandler  handler)
inline

Registers a user defined method that is called whenever Booklet Wizard is committed.

Created in NX8.5.3

License requirements: None.

Parameters
handlermethod to register
Returns
identifier of registered method (used to unregister the method)
delegate int NXOpen.DrawingUtils.DrawingAutomationWizardHandler ( NXOpen.Drafting.DrawingAutomationWizard  data)

User defined method that is called whenever Booklet Wizard is committed.

Created in NX8.5.3

License requirements: None.

Parameters
datadata for wizard callback
unsafe NXOpen.Drafting.DrawingAutomationWizard NXOpen.DrawingUtils.NewDrawingAutomationWizard ( )
inline

Constructs a new DrawingAutomationWizard object.

Created in NX8.5.3

License requirements: None.

Returns
data for wizard callback
unsafe void NXOpen.DrawingUtils.RemoveDrawingAutomationWizardHandler ( int  id)
inline

Unregisters a user defined method that is called whenever Booklet Wizard is committed.

Created in NX8.5.3

License requirements: None.

Parameters
ididentifier for method to unregister

Property Documentation

Tag NXOpen.DrawingUtils.Tag
get

Returns the tag of this object.


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