Show / Hide Table of Contents

Class HatchBuffer

The Hatch Buffer class

Inheritance
System.Object
EntityBuffer
HatchBuffer
Inherited Members
EntityBuffer.EntityType
EntityBuffer.Handle
EntityBuffer.LayerName
EntityBuffer.EntityReferenceList
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities.Hatch
Assembly: Dxflib.dll
Syntax
public class HatchBuffer : EntityBuffer

Constructors

| Improve this Doc View Source

HatchBuffer()

The Default Constructor that sets all values to their defaults

Declaration
public HatchBuffer()

Properties

| Improve this Doc View Source

AssociativityFlag

AssociativityFlag

Declaration
public bool AssociativityFlag { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Boundary

The Boundary of the Hatch

Declaration
public GeoPolyline Boundary { get; }
Property Value
Type Description
GeoPolyline
| Improve this Doc View Source

BoundaryEdgesCount

NumberOfEdgesInBoundary

Declaration
public int BoundaryEdgesCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HatchPatternName

HatchPatternName

Declaration
public string HatchPatternName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HatchStyle

HatchStyle

Declaration
public HatchStyles HatchStyle { get; }
Property Value
Type Description
HatchStyles
| Improve this Doc View Source

NumberOfLoops

NumberOfBoundaryLoops

Declaration
public int NumberOfLoops { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NumberOfPatternDefLines

NumberOfPatternDefLines

Declaration
public int NumberOfPatternDefLines { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PatternAngle

HatchPatternAngle

Declaration
public double PatternAngle { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

PatternScale

HatchPatternScale

Declaration
public double PatternScale { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

PatternType

HatchPatternType

Declaration
public HatchPatternType PatternType { get; }
Property Value
Type Description
HatchPatternType
| Improve this Doc View Source

SolidFillFlag

SolidFillFlag

Declaration
public bool SolidFillFlag { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SourceObjectsCount

SourceObjectsCount

Declaration
public int SourceObjectsCount { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Parse(TaggedDataList, Int32)

The Parsing Function for the Hatch entity

Declaration
public override bool Parse(TaggedDataList list, int index)
Parameters
Type Name Description
TaggedDataList list

The Tagged Data List

System.Int32 index

The current index of the list

Returns
Type Description
System.Boolean
Overrides
EntityBuffer.Parse(TaggedDataList, Int32)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX