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; }
Public MustOverride ReadOnly Default Property Item (
name As String
) As Document
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