Not currently used.
Members
Name | Description | |
---|---|---|
Clone | Not currently used. | |
Next | Not currently used. | |
QueryNext | Not currently used. | |
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 |
---|