CadImageAppIdTables Property |
Gets or sets the application identifier tables.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadAppIdDictionary AppIdTables { get; set; }
Public Property AppIdTables As CadAppIdDictionary
Get
Set
public:
property CadAppIdDictionary^ AppIdTables {
CadAppIdDictionary^ get ();
void set (CadAppIdDictionary^ value);
}
member AppIdTables : CadAppIdDictionary with get, set
Property Value
Type:
CadAppIdDictionary
The application identifier tables.
See Also