ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.InitialGeometry Property

Initial geometry of the schematic in memory feature link.

[Visual Basic .NET]
Public Property InitialGeometry As IGeometry
[C#]
public IGeometry InitialGeometry {get; set;}
[C++]
HRESULT get_InitialGeometry(
  IGeometry** Shape
);
[C++]
HRESULT put_InitialGeometry(
  IGeometry* Shape
);
[C++]

Parameters

Shape [out, retval]

  Shape is a parameter of type IGeometry

Shape [in]

  Shape is a parameter of type IGeometry

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface