NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Mechatronics.FunctionObjectCollection Class Reference

Represents a NXOpen.Mechatronics.FunctionObjectCollection More...

Inheritance diagram for NXOpen.Mechatronics.FunctionObjectCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe
NXOpen.Mechatronics.AddComponentBuilder 
CreateAddComponentBuilder ()
 Creates a NXOpen.Mechatronics.AddComponentBuilder More...
 
unsafe
NXOpen.Mechatronics.FunctionObjectBuilder 
CreateFunctionObjectBuilder (NXOpen.Mechatronics.FunctionObject @object)
 Create builder for FunctionObject class More...
 
unsafe void DeleteFunction (NXOpen.Mechatronics.FunctionObject functionObject)
 Dlete a NXOpen.Mechatronics.FunctionObject object More...
 
unsafe
NXOpen.Mechatronics.FunctionObject 
FindObject (string name)
 Finds the NXOpen.Mechatronics.FunctionObject object with the given name. More...
 
unsafe void RenameFunction (string newName, NXOpen.Mechatronics.FunctionObject functionObject)
 Rename a NXOpen.Mechatronics.FunctionObject object More...
 
NXOpen.Mechatronics.FunctionObject[] ToArray ()
 Returns an array of NXOpen.Mechatronics.FunctionObject objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

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

Detailed Description

Represents a NXOpen.Mechatronics.FunctionObjectCollection

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

Created in NX7.5.1

Member Function Documentation

unsafe NXOpen.Mechatronics.AddComponentBuilder NXOpen.Mechatronics.FunctionObjectCollection.CreateAddComponentBuilder ( )
inline

Creates a NXOpen.Mechatronics.AddComponentBuilder

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
unsafe NXOpen.Mechatronics.FunctionObjectBuilder NXOpen.Mechatronics.FunctionObjectCollection.CreateFunctionObjectBuilder ( NXOpen.Mechatronics.FunctionObject object)
inline

Create builder for FunctionObject class

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
objectNXOpen.Mechatronics.FunctionObject to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
NXOpen.Mechatronics.FunctionObjectBuilder object
unsafe void NXOpen.Mechatronics.FunctionObjectCollection.DeleteFunction ( NXOpen.Mechatronics.FunctionObject  functionObject)
inline

Dlete a NXOpen.Mechatronics.FunctionObject object

Created in NX7.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
functionObjectNXOpen.Mechatronics.FunctionObject object with this name.
override int NXOpen.Mechatronics.FunctionObjectCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.Mechatronics.FunctionObject NXOpen.Mechatronics.FunctionObjectCollection.FindObject ( string  name)
inline

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

Created in NX7.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
nameName of the Function object, actually it shall be handle.
Returns
NXOpen.Mechatronics.FunctionObject object with this name.
unsafe void NXOpen.Mechatronics.FunctionObjectCollection.RenameFunction ( string  newName,
NXOpen.Mechatronics.FunctionObject  functionObject 
)
inline

Rename a NXOpen.Mechatronics.FunctionObject object

Created in NX7.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
newNameNew name of the Function object.
functionObjectNXOpen.Mechatronics.FunctionObject object.
NXOpen.Mechatronics.FunctionObject [] NXOpen.Mechatronics.FunctionObjectCollection.ToArray ( )
inline

Returns an array of NXOpen.Mechatronics.FunctionObject objects.

Property Documentation

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