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