Class BaseSectionCollection
Inheritance
BaseSectionCollection
Assembly: NXOpen.dll
Syntax
public class BaseSectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
BaseSectionCollection()
Declaration
protected BaseSectionCollection()
BaseSectionCollection(MotionManager)
Declaration
protected BaseSectionCollection(MotionManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateStandardSectionBuilder(StandardSection)
Declaration
public StandardSectionBuilder CreateStandardSectionBuilder(StandardSection standardSection)
Parameters
Returns
CreateUserDefinedSectionBuilder(UserDefinedSection)
Declaration
public UserDefinedSectionBuilder CreateUserDefinedSectionBuilder(UserDefinedSection userDefinedSection)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public BaseSection FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public BaseSection[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink