EntityCollectionItem Property

Definition

Namespace: netDxf.Collections
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public EntityObject this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

EntityObject

Implements

IListTItemInt32

See Also