NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Properties | List of all members
NXOpen.DrawingUtils Class Reference

Contains various drawing utility methods More...

Inheritance diagram for NXOpen.DrawingUtils:

Classes

class  _DrawingUtilsDrawingAutomationWizardHandlerAdapter
 

Public Member Functions

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

Properties

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

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 ( )

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.