Click or drag to resize

DrawingCollectionItem Property (String)

We will retrieve a partial diagram with the specified name 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[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the subdiagram to retrieve.

Return Value

Type: Drawing
Drawing representing a subdiagram of the specified name in the collection.
See Also