Show / Hide Table of Contents

Class LinePointer

Inheritance
System.Object
EntityPointer<Line>
LinePointer
Inherited Members
EntityPointer<Line>._entity
EntityPointer<Line>.Handle
EntityPointer<Line>.EntityType
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.AcadEntities.Pointer
Assembly: Dxflib.dll
Syntax
public class LinePointer : EntityPointer<Line>

Constructors

| Improve this Doc View Source

LinePointer(String)

Declaration
public LinePointer(string handle)
Parameters
Type Name Description
System.String handle

Properties

| Improve this Doc View Source

RefEntity

Declaration
public override Line RefEntity { set; }
Property Value
Type Description
Line
Overrides
Dxflib.AcadEntities.Pointer.EntityPointer<Dxflib.Entities.Line>.RefEntity
  • Improve this Doc
  • View Source
Back to top Generated by DocFX