CadLineTypesDictionaryItem Property (String)

Gets or sets the CadLineTypeTableObject with the specified key.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadLineTypeTableObject this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The CadLineTypeTableObject key.

Property Value

Type: CadLineTypeTableObject
The CadLineTypeTableObject.

Return Value

Type: CadLineTypeTableObject
The CadLineTypeTableObject for the specified key.
See Also