![]() |
IRouteWaypoints6 ? |
Post Reply
|
| Author | |
kemyoung
Visitor
Joined: October 17 2011 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: IRouteWaypoints6 ?Posted: October 18 2011 at 3:04am |
|
I know how to instantiate IRouteWaypoint6 interface, but I don't know about IRouteWaypoints6 interface. My question is that how to instantiate IRouteWaypoints6 interface. I usually use C# with TEP. |
|
![]() |
|
Eylon
Skyline Admin Group
Joined: May 05 2003 Location: Israel Status: Offline Points: 263 |
Post Options
Thanks(0)
Quote Reply
Posted: October 18 2011 at 9:12am |
|
IRouteWaypoints6 is not a creatable interface. It is only created as a property of ITerrainDynamicObject6. You can create an ITerrainDynamicObject6 using CreateDynamicObject and then use the Waypoints property.
|
|
|
Eylon
|
|
![]() |
|
kemyoung
Visitor
Joined: October 17 2011 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: October 20 2011 at 1:18am |
|
I sovoled the problem. Thanks a lot.
When I look at the programmers guide for TEP, it is hard to find which interface is creatable or not.
I also program 2D GIS application using ArcObjects of ESRI. Most of TEP interfaces are very intuitive compared to ArcObjects. But it is not esay to know which interfaces can be created from which class or not. So, if you draw OMD(Object Model Diagram) like ArcObjects, it will be very helpful to many programmers.
|
|
![]() |
|
Post Reply
|
|
|
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |