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