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


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

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 [in]

Shape is a parameter of type IGeometry* Shape [out, retval]
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