AcadProxyEntity Constructor (Int32)
|
Initializes a new instance of the AcadProxyEntity class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AcadProxyEntity(
int ProxyEntityClassID
)
Public Sub New (
ProxyEntityClassID As Integer
)
public:
AcadProxyEntity(
int ProxyEntityClassID
)
new :
ProxyEntityClassID : int -> AcadProxyEntity
CONSTRUCTOR(
ProxyEntityClassID AS LONG
)
Parameters
- ProxyEntityClassID
- Type: SystemInt32
Proxy entity class ID (always 498)
See Also