Message 1 of 8
FromColor
Not applicable
09-08-2005
02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm executing the following statement (or trying to at least):
Autodesk.AutoCAD.Colors.Color acadColor =
Autodesk.AutoCAD.Colors.Color.FromColor( System.Drawing.Color.Yellow );
This throws an exception with the message "eInvalidInput"
Any ideas why this command is throwing an expection?
Autodesk.AutoCAD.Colors.Color acadColor =
Autodesk.AutoCAD.Colors.Color.FromColor( System.Drawing.Color.Yellow );
This throws an exception with the message "eInvalidInput"
Any ideas why this command is throwing an expection?