CadAppIdDictionaryValuesTyped Property

Gets the strongly typed values collection.

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

Property Value

Type: ICollectionCadAppIdTableObject
The strongly typed values collection.
See Also