Show / Hide Table of Contents

Class PointBuffer

Buffer Class for the Point Entity

Inheritance
System.Object
EntityBuffer
PointBuffer
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
Assembly: Dxflib.dll
Syntax
public class PointBuffer : EntityBuffer

Constructors

| Improve this Doc View Source

PointBuffer()

Default buffer constructor that will set all properties to defaults

Declaration
public PointBuffer()

Properties

| Improve this Doc View Source

X

X position

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

Y

Y Position

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

Z

Z Position

Declaration
public double Z { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

Parse(TaggedDataList, Int32)

The Parse Function for the Point Entity

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

The Tagged data list of group codes and values

System.Int32 index

The current Index of the parser

Returns
Type Description
System.Boolean

Always True

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