Click or drag to resize
ElementClassId Property
Name of underlying entity class indentificator (CLSID) utilized by host application.

In AutoCAD, for example, it represents DXF group 1001 (AppId). Since class id's are persistant, change them sparingly throughout different versions of an object model.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public string ClassId { get; set; }

Property Value

Type: String

Return Value

Type: String
Remarks