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

Represents a collection NXOpen.Display.CgfxAttr objects More...

Inheritance diagram for NXOpen.Display.CgfxAttrCollection:

Public Member Functions

NXOpen.Display.CgfxAttr[] ToArray ()
 Returns an array of NXOpen.Display.CgfxAttr objects. More...
 
unsafe
NXOpen.Display.CgfxAttributeValueIntegerBuilder 
CreateAttributeValueIntegerBuilder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueIntegerBuilder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueNumberBuilder 
CreateAttributeValueNumberBuilder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueNumberBuilder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueColor3Builder 
CreateAttributeValueColor3Builder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueColor3Builder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueColor4Builder 
CreateAttributeValueColor4Builder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueColor4Builder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueFileBuilder 
CreateAttributeValueFileBuilder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueFileBuilder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueFloat3Builder 
CreateAttributeValueFloat3Builder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueFloat3Builder object More...
 
unsafe
NXOpen.Display.CgfxAttributeValueFloat4Builder 
CreateAttributeValueFloat4Builder (NXOpen.TaggedObject cgfxAttribute)
 Creates a NXOpen.Display.CgfxAttributeValueFloat4Builder object More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.Display.CgfxAttr with the given identifier as recorded in a journal. 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 a collection NXOpen.Display.CgfxAttr objects

This class is restricted to being called from a program running during an Interactive NX session. If run from a non-interactive session it will return a null reference (Nothing in Visual Basic).

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

Created in NX5.0.0

Deprecated in NX10.0.0. No alternative provided for this class.

Member Function Documentation

unsafe NXOpen.Display.CgfxAttributeValueColor3Builder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueColor3Builder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueColor3Builder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueColor4Builder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueColor4Builder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueColor4Builder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueFileBuilder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueFileBuilder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueFileBuilder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueFloat3Builder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueFloat3Builder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueFloat3Builder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueFloat4Builder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueFloat4Builder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueFloat4Builder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueIntegerBuilder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueIntegerBuilder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueIntegerBuilder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
unsafe NXOpen.Display.CgfxAttributeValueNumberBuilder NXOpen.Display.CgfxAttrCollection.CreateAttributeValueNumberBuilder ( NXOpen.TaggedObject  cgfxAttribute)

Creates a NXOpen.Display.CgfxAttributeValueNumberBuilder object

Created in NX5.0.0

License requirements: None.

Parameters
cgfxAttributeIf cgfxAttribute is not a null reference (Nothing in Visual Basic), then this object will be edited
Returns
override int NXOpen.Display.CgfxAttrCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.TaggedObject NXOpen.Display.CgfxAttrCollection.Find ( string  journalIdentifier)

Finds the NXOpen.Display.CgfxAttr with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Created in NX5.0.0

License requirements: None.

Parameters
journalIdentifierIdentifier to be found
Returns
cgfx mattex found
NXOpen.Display.CgfxAttr [] NXOpen.Display.CgfxAttrCollection.ToArray ( )

Returns an array of NXOpen.Display.CgfxAttr objects.

Property Documentation

Tag NXOpen.Display.CgfxAttrCollection.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.