Message 1 of 8
Create Parcel Area Table
Not applicable
04-25-2013
01:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
To workaround the missing API for creating Parcel Area Tables, I have tried the following:
1. Create a "pick point" selection set (using ObjectARX), containing the Parcel for which I want to create a table.
2. Execute the AddParcelTable command.
3. Programmatically push the Select Parcel-button and the OK button of the Create Table dialog using win32 API.
When the Select Parcel button is pressed, the label next to it displays 1 parcel(s) selected and when the OK button is pressed, Civil prompts the user to pick the upper left corner of the table, but the prompt is immediately interrupted with the message "Invalid 2D point" and the table creation is aborted...anyone with a better workaround?
1. Create a "pick point" selection set (using ObjectARX), containing the Parcel for which I want to create a table.
2. Execute the AddParcelTable command.
3. Programmatically push the Select Parcel-button and the OK button of the Create Table dialog using win32 API.
When the Select Parcel button is pressed, the label next to it displays 1 parcel(s) selected and when the OK button is pressed, Civil prompts the user to pick the upper left corner of the table, but the prompt is immediately interrupted with the message "Invalid 2D point" and the table creation is aborted...anyone with a better workaround?