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