Click or drag to resize
ElementClassName Property
Name of underlying entity class utilized by host application.

In AutoCAD, for example, class name may have one of the following values:

Class nameDescription
AcDbPolylineLightweight Polyline entity.
AcDbPolyline2d2D Polyline entity.
AcDbPolyline3d3D Polyline entity.
AcDbMPolygonMulti-polygon entity.
AcDbBlockReferenceBlock reference entity.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[TypeConverterAttribute(typeof(ElementClassNameTypeConverter))]
public string ClassName { get; set; }

Property Value

Type: String
Remarks