-
-
Notifications
You must be signed in to change notification settings - Fork 120
ACadSharp.Classes.DxfClass
Albert Domenech edited this page Jul 14, 2024
·
2 revisions
Namespace: ACadSharp.Classes
C#
public class DxfClass
Returns | Name | Summary |
---|---|---|
String |
ApplicationName | Application name. Posted in Alert box when a class definition listed in this section is not currently loaded |
Int16 |
ClassNumber | Class number |
String |
CppClassName | C++ class name. Used to bind with software that defines object class behavior; always unique |
ACadVersion |
DwgVersion | |
String |
DxfName | Class DXF record name; always unique |
Int32 |
InstanceCount | Instance count for a custom class |
Boolean |
IsAnEntity | Is-an-entity flag. |
Set to 1 if class was derived from the AcDbEntity class and can reside in the BLOCKS or ENTITIES section. | ||
If 0, instances may appear only in the OBJECTS section | ||
ProxyFlags |
ProxyFlags | Proxy capabilities flag. Bit-coded value that indicates the capabilities of this object as a proxy |
Boolean |
WasZombie | Was-a-proxy flag. Set to 1 if class was not loaded when this DXF file was created, and 0 otherwise |
Returns | Name | Summary |
---|---|---|
String |
ToString |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions