This document is archived and information here might be outdated.  Recommended version.


ISchematicInMemoryFeatureNodeGeometry Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeGeometry Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement ISchematicInMemoryFeatureNodeGeometry

Classes Description
SchematicInMemoryFeatureNode Schematic in memory feature node object.