This document is archived and information here might be outdated. Recommended version. |
Create an orphan JunctionFeature.
[Visual Basic .NET] Public Function CreateOrphanFeature ( _ ByVal Location As IPoint, _ ByRef orphanEID As Integer _ ) As ISimpleJunctionFeature
[C#] public ISimpleJunctionFeature CreateOrphanFeature ( IPoint Location, ref int orphanEID );
[C++]
HRESULT CreateOrphanFeature(
IPoint* Location,
System.Int32* orphanEID
);
[C++]
Parameters Location [in]
Location is a parameter of type IPoint* orphanEID [out]
orphanEID is a parameter of type long*
The CreateOrphanFeature method creates an orphan junction at the location corresponding to the supplied point. Connectivity is not established by CreateOrphanFeature, the Connect method must be called explicitly after the feature is created.
IGeometricNetwork Interface | IWorkspaceEdit Interface | IWorkspaceEditEvents Interface | ISpatialCacheManager Interface | IFeatureClass.CreateFeature Method | Editor Class