CadBlockDictionaryValuesTyped Property |
Gets the strongly typed values collection.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ICollection<CadBlockEntity> ValuesTyped { get; }
Public ReadOnly Property ValuesTyped As ICollection(Of CadBlockEntity)
Get
public:
property ICollection<CadBlockEntity^>^ ValuesTyped {
ICollection<CadBlockEntity^>^ get ();
}
member ValuesTyped : ICollection<CadBlockEntity> with get
Property Value
Type:
ICollectionCadBlockEntity
The strongly typed values collection.
See Also