This document is archived and information here might be outdated. Recommended version. |
Not implemented at this release.
[Visual Basic .NET] Public Function GetEnumIntersect ( _ ByVal targetGeometry As IGeometry _ ) As IEnumIntersection
[C#] public IEnumIntersection GetEnumIntersect ( IGeometry targetGeometry );
[C++]
HRESULT GetEnumIntersect(
IGeometry* targetGeometry
);
[C++] Parameters targetGeometry
targetGeometry is a parameter of type IGeometry*
This method is currently not implemented.