Click or drag to resize

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
)

Parameters

ProxyEntityClassID
Type: SystemInt32
Proxy entity class ID (always 498)
See Also