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