|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicNodeOnLink
Provides access to members that control the schematic node-on-link element.
ISchematicElement
,
com.esri.arcgis.schematic.INgNodeOnLink
,
ISchematicNode
Method Summary | |
---|---|
double |
getInitialPosition()
Initial position of the schematic node-on-link on its reference link. |
ISchematicLink |
getReferenceLink()
Reference link of the schematic node-on-link. |
void |
setInitialPosition(double lambda)
Initial position of the schematic node-on-link on its reference link. |
void |
setReferenceLinkByRef(ISchematicLink schematicLink)
Reference link of the schematic node-on-link. |
Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
---|
esri_getClass |
Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
---|
delete, getOID, getTable, isHasOID, store |
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
---|
getFields, getValue, setValue |
Method Detail |
---|
ISchematicLink getReferenceLink() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceLinkByRef(ISchematicLink schematicLink) throws IOException, AutomationException
schematicLink
- A reference to a com.esri.arcgis.schematic.ISchematicLink (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInitialPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitialPosition(double lambda) throws IOException, AutomationException
lambda
- The lambda (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |