ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNodeGeometry Interface

Provides access to members that manage the schematic in memory feature node geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

Schematic in-memory feature nodes have an initial and a current position. The symbol used to display a node can be a composed symbol with symbol layers tagged as schematic ports, which can then be used to manage schematic links connection to ports.

Members

Description
Method GetPortPosition Provides access to the position of specified port number of the schematic in memory feature node.
Read/write property InitialPosition Initial position of the schematic in memory feature node.
Read-only property PortCount Number of ports of the schematic in memory feature node.
Read/write property Position Position of the schematic in memory feature node.
Method PutCoords Changes the coordinates of the schematic in memory feature node.
Method QueryBoundingBoxCoords Queries the bounding box coordinates of specified port number of the schematic in memory feature node.
Method QueryCoords Queries the coordinates of the schematic in memory feature node.
Method QueryPortCoords Queries the coordinates of specified port number of the schematic in memory feature node.

CoClasses that implement ISchematicInMemoryFeatureNodeGeometry

CoClasses and Classes Description
SchematicInMemoryFeatureNode Schematic in memory feature node object.

.NET Snippets

Change An In-Memory Schematic Feature Node Coordinates