This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.InitialGeometry Property (ArcObjects .NET 10.5 SDK) |
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