Accesses the string that represents the application description of the class stored within the proxy entity. This string is the last argument in the ACRX_DXF_DEFINE_MEMBERS macro used for the class of the entity contained in the proxy.
The application description for an entity is the fifth (last) argument in the ACRX_DXF_DEFINE_MEMBERS macro used when defining the entity's class.
Public Property ApplicationDescription() As string
public string ApplicationDescription;
Read-only
ProxyEntity Class, Autodesk.AutoCAD.DatabaseServices Namespace