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

Represents a NXOpen.PcbExchange.AttributeRemover More...

Inheritance diagram for NXOpen.PcbExchange.AttributeRemover:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Option {
  Board, Components, Areas, Holes,
  Traces, Pads, All
}
 this enum specify an option of removing attributes More...
 

Public Member Functions

unsafe void RemoveAttributes (NXOpen.PcbExchange.AttributeRemover.Option action, NXOpen.TaggedObject[] objTags)
 Method to remove attributes 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...
 

Static Public Member Functions

static AttributeRemover GetAttributeRemover (NXOpen.Session owner)
 Returns the AttributeRemover object for the running session which serves as the 'gateway' class for the application API. 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

Represents a NXOpen.PcbExchange.AttributeRemover

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

Created in NX1899.0.0

Member Enumeration Documentation

this enum specify an option of removing attributes

Enumerator
Board 

Remove board attributes

Components 

Remove components attributes

Areas 

Remove areas attributes

Holes 

Remove drilled holes attributes

Traces 

Remove traces attributes

Pads 

Remove pads attributes

All 

Remove all pcbx attributes

Member Function Documentation

static AttributeRemover NXOpen.PcbExchange.AttributeRemover.GetAttributeRemover ( NXOpen.Session  owner)
inlinestatic

Returns the AttributeRemover object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe void NXOpen.PcbExchange.AttributeRemover.RemoveAttributes ( NXOpen.PcbExchange.AttributeRemover.Option  action,
NXOpen.TaggedObject[]  objTags 
)
inline

Method to remove attributes

Created in NX1899.0.0

License requirements: ug_maya_exchange ("Unigraphics NX PCB Exchange")

Parameters
action
objTags

Property Documentation

Tag NXOpen.PcbExchange.AttributeRemover.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.