CadAppIdDictionaryItem Property (String)

Gets or sets the CadAppIdTableObject with the specified key.

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

Parameters

key
Type: SystemString
The CadAppIdTableObject key.

Property Value

Type: CadAppIdTableObject
The CadAppIdTableObject.

Return Value

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