CadAppIdDictionaryValuesTyped Property |
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic 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
See Also