| Business Objects and Data Sources > Off-Page Connectors > Creating an Off-Page Connector with the API |
Creating an Off-Page Connector with the API |
INDEX
PREVIOUS
NEXT
|
The following example shows how to create an off-page connector and add it to a network component.
IltDefaultDataSource dataSource = new IltDefaultDataSource();
IltOffPageConnector opc = new IltOffPageConnection("Region B");
IlpPoint center = new IlpPoint(190, 190);
opc.setPosition(center);
datasource.addObject(opc);}
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |