DrawingStyleItem Property |
Gets a reference to the
Style object
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Style this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Style
Get
Parameters
- name
- Type: SystemString
A string that represents a name of the Style object
Return Value
Type:
Style
A reference to the
Style object
See Also