CadAppIdDictionaryKeysTyped Property

Gets the strongly typed collection of keys.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ICollection<string> KeysTyped { get; }

Property Value

Type: ICollectionString
The strongly typed keys collection.
See Also