Click or drag to resize

DrawingCollectionItem Property (Int32)

Get the subdiagram at the specified index in the collection.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Drawing this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the subdiagram to retrieve.

Return Value

Type: Drawing
Drawing representing the subdiagram at the specified index in the collection.
See Also