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!
With Regards,
Vara Prasad
This is a sample code in 10.x to set an End Node through ArcObjects
ISchematicInMemoryFeatureNode ipIMFeatureNode = xxx;
ISchematicInMemoryFeatureNodeFlags inMemoryFeatureNodeFlags = ipIMFeatureNode as ISchematicInMemoryFeatureNodeFlags;
inMemoryFeatureNodeFlags.EndNode = true;
And a documentation for ISchematicInMemoryFeatureNodeFlags
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.
With Regards,
Vara Prasad
Hi Chinh Mai-Trung,
Thanks a lot for your help. It worked well and could apply Layout.
With Regards,
Vara Prasad