DxfDocumentAcadProxyEntities Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<AcadProxyEntity> AcadProxyEntities { get; }
Public ReadOnly Property AcadProxyEntities As List(Of AcadProxyEntity)
Get
public:
property List<AcadProxyEntity^>^ AcadProxyEntities {
List<AcadProxyEntity^>^ get ();
}
member AcadProxyEntities : List<AcadProxyEntity> with get
PROPERTY AcadProxyEntities AS List<AcadProxyEntity> GET
Property Value
Type:
ListAcadProxyEntitySee Also