Computes a geometric intersection of the input line and multipatch features, and returns the number of points of intersection. Points (of intersection) and/or lines (resulting from input lines being broken at intersection points) can optionally be written to output feature class(es).
Syntax
Visual Basic (Declaration) | |
---|
Public Class Intersect3DLineWithMultiPatch
Implements IGPProcess |
C# | |
---|
public class Intersect3DLineWithMultiPatch : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.Analyst3DTools.Intersect3DLineWithMultiPatch
See Also