Click or drag to resize

DocumentCollectionItem Property (String)

We will retrieve the drawing 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 Document this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the drawing to retrieve.

Return Value

Type: Document
Document representing the drawing with the specified name in the collection.
See Also