ESRI.ArcGIS.esriSystem.ISet SplitFeatureByClassModelNameAndDistance(
ESRI.ArcGIS.Geodatabase.IWorkspace ,
ESRI.ArcGIS.Geometry.IPoint ,
string ,
int ,
double
)
'Declaration
Function SplitFeatureByClassModelNameAndDistance( _
ByVal As ESRI.ArcGIS.Geodatabase.IWorkspace, _
ByVal As ESRI.ArcGIS.Geometry.IPoint, _
ByVal As String, _
ByVal As Integer, _
ByVal As Double _
) As ESRI.ArcGIS.esriSystem.ISet
'Usage
Dim instance As IMMFeatureSplittingUtils
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pPoint As ESRI.ArcGIS.Geometry.IPoint
Dim sModelName As String
Dim lOCID As Integer
Dim dTolerance As Double
Dim value As ESRI.ArcGIS.esriSystem.ISet
value = instance.SplitFeatureByClassModelNameAndDistance(pWorkspace, pPoint, sModelName, lOCID, dTolerance)
Parameters
- pWorkspace
- Edit workspace as IWorkspace
- pPoint
- The point at which the line will be split (as IPoint)
- sModelName
- Model name of the split target (e.g., the linear feature class)
- lOCID
- Segment ID as Long
- dTolerance
- Snapping tolerance as Double
Return Value
The set of features after the split has completed (as ISet)
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.