Autodesk.AutoCAD.DatabaseServices Namespace > GeometryOverrule Class > GeometryOverrule Methods > IntersectWith Method > IntersectWith(Entity, Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Plane, Point3dCollection, IntPtr, IntPtr) Method
GeometryOverrule.IntersectWith(Entity, Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Plane, Point3dCollection, IntPtr, IntPtr) Method   
Description
Visual Basic
Public virtual Function IntersectWith(
    entity As Entity, 
    ent As Entity, 
    intType As Autodesk.AutoCAD.DatabaseServices.Intersect, 
    projPlane As Plane, 
    points As Point3dCollection, 
    thisGsMarker As IntPtr, 
    otherGsMarker As IntPtr
) As void
C#
public virtual void IntersectWith(
    Entity entity, 
    Entity ent, 
    Autodesk.AutoCAD.DatabaseServices.Intersect intType, 
    Plane projPlane, 
    Point3dCollection points, 
    IntPtr thisGsMarker, 
    IntPtr otherGsMarker
);
Links
   Comments?