ArcFM Server Developer Guide
Update Method (MMArcFMComplexEdgeFeatureClass)


Syntax
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Public Overridable Sub Update( _
   ByVal callingFeature As ESRI.ArcGIS.Geodatabase.INetworkFeature, _
   ByVal oldJunctionLocation As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal newJunctionLocation As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal rigidEdges As ESRI.ArcGIS.esriSystem.ISet, _
   ByVal group As ESRI.ArcGIS.Geodatabase.ITransformGroup _
) 
'Usage
 
Dim instance As MMArcFMComplexEdgeFeatureClass
Dim callingFeature As ESRI.ArcGIS.Geodatabase.INetworkFeature
Dim oldJunctionLocation As ESRI.ArcGIS.Geometry.IPoint
Dim newJunctionLocation As ESRI.ArcGIS.Geometry.IPoint
Dim rigidEdges As ESRI.ArcGIS.esriSystem.ISet
Dim group As ESRI.ArcGIS.Geodatabase.ITransformGroup
 
instance.Update(callingFeature, oldJunctionLocation, newJunctionLocation, rigidEdges, group)
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
public virtual void Update( 
   ESRI.ArcGIS.Geodatabase.INetworkFeature callingFeature,
   ESRI.ArcGIS.Geometry.IPoint oldJunctionLocation,
   ESRI.ArcGIS.Geometry.IPoint newJunctionLocation,
   ESRI.ArcGIS.esriSystem.ISet rigidEdges,
   ESRI.ArcGIS.Geodatabase.ITransformGroup group
)

Parameters

callingFeature
oldJunctionLocation
newJunctionLocation
rigidEdges
group
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMArcFMComplexEdgeFeatureClass Class
MMArcFMComplexEdgeFeatureClass Members

 

 


Send Comment