Click or drag to resize

LayoutCollectionItem Property (String)

Get the layout 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 Layout this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the layout to retrieve.

Return Value

Type: Layout
Layout representing the layout of the specified name in the collection.
See Also