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

Represents a NXOpen.Mechatronics.LogicObjectCollection More...

Inheritance diagram for NXOpen.Mechatronics.LogicObjectCollection:

Public Member Functions

NXOpen.Mechatronics.LogicObject[] ToArray ()
 Returns an array of NXOpen.Mechatronics.LogicObject objects. More...
 
unsafe
NXOpen.Mechatronics.LogicObjectBuilder 
CreateLogicObjectBuilder (NXOpen.Mechatronics.LogicObject @object)
 Create builder for LogicObject class More...
 
unsafe
NXOpen.Mechatronics.LogicObject 
FindObject (string name)
 Finds the NXOpen.Mechatronics.LogicObject object with the given name. 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 NXOpen.Mechatronics.LogicObjectCollection

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

Created in NX8.5.0

Member Function Documentation

unsafe NXOpen.Mechatronics.LogicObjectBuilder NXOpen.Mechatronics.LogicObjectCollection.CreateLogicObjectBuilder ( NXOpen.Mechatronics.LogicObject object)

Create builder for LogicObject class

Created in NX8.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objectNXOpen.Mechatronics.LogicObject to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
NXOpen.Mechatronics.LogicObjectBuilder object
override int NXOpen.Mechatronics.LogicObjectCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Mechatronics.LogicObject NXOpen.Mechatronics.LogicObjectCollection.FindObject ( string  name)

Finds the NXOpen.Mechatronics.LogicObject object with the given name.

Created in NX8.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
nameName of the Logic object, actually it shall be handle.
Returns
NXOpen.Mechatronics.LogicObject object with this name.
NXOpen.Mechatronics.LogicObject [] NXOpen.Mechatronics.LogicObjectCollection.ToArray ( )

Returns an array of NXOpen.Mechatronics.LogicObject objects.

Property Documentation

Tag NXOpen.Mechatronics.LogicObjectCollection.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.