CadLayoutDictionaryItem Property (String) |
Gets or sets the
CadLayout with the specified key.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadLayout this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As CadLayout
Get
Set
public:
property CadLayout^ default[String^ key] {
CadLayout^ get (String^ key);
void set (String^ key, CadLayout^ value);
}
member Item : CadLayout with get, set
Parameters
- key
- Type: SystemString
The CadLayout key.
Property Value
Type:
CadLayout
The
CadLayout.
Return Value
Type:
CadLayoutThe
CadLayout for the specified key.
See Also