Show / Hide Table of Contents

Class LwPolyLinePointer

The LwPolyline Pointer

Inheritance
System.Object
EntityPointer<LwPolyLine>
LwPolyLinePointer
Inherited Members
EntityPointer<LwPolyLine>._entity
EntityPointer<LwPolyLine>.Handle
EntityPointer<LwPolyLine>.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 LwPolyLinePointer : EntityPointer<LwPolyLine>

Constructors

| Improve this Doc View Source

LwPolyLinePointer(String)

The main constructor for the LwPolyline pointer This constructor will not

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

Properties

| Improve this Doc View Source

RefEntity

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