Class PointBuffer
Buffer Class for the Point Entity
Inherited Members
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 SourcePointBuffer()
Default buffer constructor that will set all properties to defaults
Declaration
public PointBuffer()
Properties
| Improve this Doc View SourceX
X position
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Y Position
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Z
Z Position
Declaration
public double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceParse(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 |