Hi, I would like to generate a schematic diagram using ArcObjects (Java) but I didn't find any sample or documentation on how to do it, even in the .NET samples.
I only found this sample:
Generating Standard Builder diagrams by code
but it dates from ArcObjects 9.2 and is for VB.
I can't find any equivalent in java to this kind of instantiation:
Set pSchStandardBuilder = CreateObject("esriSchematic.SchematicStandardBuilder")
Does anyone knows how to use the Schematics ArcObjects API?
Thanks.