Hi Chinh Mai-Trung,
Thanks a lot for your help. It worked well and could apply Layout.
With Regards,
Vara Prasad
Thanks a lot Chinh Mai-Trung!
I will try and let you know. Thanks again for your great help. The link you provided is broken. I am referring this.
http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ISchematicInMemoryFeatureNodeFlags.htm
Hi Vara Prasad M S
This is a sample code in 10.x to set an End Node through ArcObjects
ISchematicInMemoryFeatureNode ipIMFeatureNode = xyz;
ISchematicInMemoryFeatureNodeFlags inMemoryFeatureNodeFlags = ipIMFeatureNode as ISchematicInMemoryFeatureNodeFlags;
inMemoryFeatureNodeFlags.EndNode = true;
And a documentation for ISchematicInMemoryFeatureNodeFlags
http://resourcesdev.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/ISchematicInMemoryFeatureNodeFlags_Interface/003s000001tv000000/
Hi Arish Khan / Rick Anderson ,
Could you please let me know the way to set the Schematic Root and Schematic End Element through ArcObjects. I did not find any documentation about that. I tried the way that you explained in your initial post but it did not work.
Thanks in advance!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.