MasterDrawComponentCollectionItem Property (String) |
Get the drawing component definition 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 MasterDrawComponent this[
string name
] { get; }
Public MustOverride ReadOnly Default Property Item (
name As String
) As MasterDrawComponent
Get
Parameters
- name
- Type: SystemString
Name of the drawing component definition to be acquired.
Return Value
Type:
MasterDrawComponent MasterDrawComponent that represents the drawing component definition of the specified name in the collection.
See Also