C# Class DXFLibrary.Entity

Representation of an entity in DXF ( in general ). The class is refined trough derivation.
Inheritance: DXFLibrary.Element
ファイルを表示 Open project: cos/dxflibrary

Public Methods

Method Description
Entity ( string name, string layer ) : System

Method Details

Entity() public method

public Entity ( string name, string layer ) : System
name string
layer string
return System