IEnumIntersection Interface

Not currently used.

Members

Name Description
Method Clone Not currently used.
Method Next Not currently used.
Method QueryNext Not currently used.
Method Reset Not currently used.

IEnumIntersection.Clone Method

Not currently used.

Public Function Clone ( _
) As IEnumIntersection
public IEnumIntersection Clone (
);

IEnumIntersection.Next Method

Not currently used.

Public Sub Next ( _
    ByRef distance As Double, _
    ByRef Point As IPoint _
)
public void Next (
    ref double distance,
    ref IPoint Point
);

IEnumIntersection.QueryNext Method

Not currently used.

Public Sub QueryNext ( _
    ByVal numWanted As Integer, _
    ByRef numGotten As Integer, _
    ByRef distances As Double, _
    ByRef Points As IPoint _
)
public void QueryNext (
    int numWanted,
    ref int numGotten,
    ref double distances,
    ref IPoint Points
);

IEnumIntersection.Reset Method

Not currently used.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumIntersection

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.