| 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
Syntaxpublic abstract Drawing this[
	int index
] { get; }Public MustOverride ReadOnly Default Property Item ( 
	index As Integer
) As Drawing
	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
See Also