Class SectionLineCollection
Inheritance
SectionLineCollection
Assembly: NXOpen.dll
Syntax
public class SectionLineCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SectionLineCollection()
Declaration
protected SectionLineCollection()
SectionLineCollection(DraftingManager)
Declaration
protected SectionLineCollection(DraftingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateSectionLineBuilder(SectionLine)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Drawings.SectionViewBuilder.SectionLineSegments instead.")]
public SectionLineBuilder CreateSectionLineBuilder(SectionLine sectionLine)
Parameters
Returns
CreateSectionLineSegmentBuilder()
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Drawings.SectionViewBuilder.SectionLineSegments instead.")]
public SectionLineSegmentBuilder CreateSectionLineSegmentBuilder()
Returns
CreateSectionLineStyleBuilder(SectionLine)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Drawings.ViewSectionLineBuilder instead.")]
public SectionLineStyleBuilder CreateSectionLineStyleBuilder(SectionLine sectionline)
Parameters
Returns
CreateSketchSectionLineBuilder(SectionLine)
Declaration
public SketchSectionLineBuilder CreateSketchSectionLineBuilder(SectionLine sectionLine)
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
GenerateSectionLineLabelAttribute(BaseNote)
Declaration
public string GenerateSectionLineLabelAttribute(BaseNote note)
Parameters
Returns
ToArray()
Declaration
public SectionLine[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink