ProxyEntity.ApplicationDescription Property

Description

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.

Visual Basic

Public Property ApplicationDescription() As string

C#

public string ApplicationDescription;

Conditions

Read-only

Links

ProxyEntity Class, Autodesk.AutoCAD.DatabaseServices Namespace