NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAM.CAMAttributeCollection Class Reference

Represents the CAM Attribute collection More...

Inheritance diagram for NXOpen.CAM.CAMAttributeCollection:

Public Member Functions

NXOpen.CAM.CAMAttribute[] ToArray ()
 Returns an array of NXOpen.CAM.CAMAttribute objects. More...
 
unsafe NXOpen.CAM.CAMAttribute FindObject (string sid)
 Finds the CAM. More...
 
unsafe NXOpen.CAM.CAMAttribute AddAttribute (string name, NXOpen.CAM.CAMAttribute.ValueType type)
 Add an attribute More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents the CAM Attribute collection

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

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.CAM.CAMAttribute NXOpen.CAM.CAMAttributeCollection.AddAttribute ( string  name,
NXOpen.CAM.CAMAttribute.ValueType  type 
)

Add an attribute

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
nameattribute name
typeattribute type
Returns
override int NXOpen.CAM.CAMAttributeCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAM.CAMAttribute NXOpen.CAM.CAMAttributeCollection.FindObject ( string  sid)

Finds the CAM.

CAMAttribute object with the given identifier as recorded in a journal.

Created in NX8.0.0

License requirements: None.

Parameters
sidthe name of the object
Returns
the found object
NXOpen.CAM.CAMAttribute [] NXOpen.CAM.CAMAttributeCollection.ToArray ( )

Returns an array of NXOpen.CAM.CAMAttribute objects.

Property Documentation

Tag NXOpen.CAM.CAMAttributeCollection.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.