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; }
Public ReadOnly Property ValuesTyped As ICollection(Of CadAppIdTableObject)
Get
public:
property ICollection<CadAppIdTableObject^>^ ValuesTyped {
ICollection<CadAppIdTableObject^>^ get ();
}
member ValuesTyped : ICollection<CadAppIdTableObject> with get
Property Value
Type:
ICollectionCadAppIdTableObject
The strongly typed values collection.
See Also