This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.CreateOrphanFeature Method (ArcObjects .NET 10.4 SDK) |
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,
long* orphanEID,
ISimpleJunctionFeature** orphan
);
[C++]
Parameters Location [in]
Location is a parameter of type IPoint orphanEID [out] orphanEID is a parameter of type long orphan [out, retval]
orphan is a parameter of type ISimpleJunctionFeature
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