Show / Hide Table of Contents

Class PointCodes

The Point Entity Group Codes

Inheritance
System.Object
GroupCodesBase
PointCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.Thickness
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
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.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class PointCodes : GroupCodesBase

Fields

| Improve this Doc View Source

AngleOfXAxis

The Angle of the X axis for the UCS in effect when the point was drawn (optional, default = 0);

Declaration
public const string AngleOfXAxis = " 50"
Field Value
Type Description
System.String
Remarks

Used when PD-MODE is zero

| Improve this Doc View Source

StartMarker

The Point Starting Marker

Declaration
public const string StartMarker = "POINT"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX