Class DynamicSectionCollection
Inheritance
System.Object
System.MarshalByRefObject
DynamicSectionCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Display
Assembly: NXOpen.dll
Syntax
public class DynamicSectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
DynamicSectionCollection()
Declaration
protected DynamicSectionCollection()
DynamicSectionCollection(BasePart)
Declaration
protected DynamicSectionCollection(BasePart owner)
Parameters
Type | Name | Description |
---|---|---|
BasePart | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CopySections(DynamicSection[], Boolean)
Declaration
public DynamicSection[] CopySections(DynamicSection[] sections, bool deleteOriginals)
Parameters
Type | Name | Description |
---|---|---|
DynamicSection[] | sections | |
System.Boolean | deleteOriginals |
Returns
Type | Description |
---|---|
DynamicSection[] |
CreateSectionBuilder(DynamicSection, ModelingView)
Declaration
public DynamicSectionBuilder CreateSectionBuilder(DynamicSection section, ModelingView view)
Parameters
Type | Name | Description |
---|---|---|
DynamicSection | section | |
ModelingView | view |
Returns
Type | Description |
---|---|
DynamicSectionBuilder |
CreateSectionBuilder(ModelingView)
Declaration
public DynamicSectionBuilder CreateSectionBuilder(ModelingView view)
Parameters
Type | Name | Description |
---|---|---|
ModelingView | view |
Returns
Type | Description |
---|---|
DynamicSectionBuilder |
DeleteSections(Boolean, DynamicSection[])
Declaration
public void DeleteSections(bool addUndoMark, DynamicSection[] sections)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | addUndoMark | |
DynamicSection[] | sections |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public DynamicSection FindObject(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
DynamicSection |
MoveToDefaultLayer(DynamicSection[])
Declaration
public void MoveToDefaultLayer(DynamicSection[] dynamicSections)
Parameters
Type | Name | Description |
---|---|---|
DynamicSection[] | dynamicSections |
ToArray()
Declaration
public DynamicSection[] ToArray()
Returns
Type | Description |
---|---|
DynamicSection[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable