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