'Declaration
Public Function Project( _ ByVal longLat As C1.Win.Interop.Point _ ) As C1.Win.Interop.Point
public C1.Win.Interop.Point Project( C1.Win.Interop.Point longLat )
Parameters
- longLat
- The geometry coordinate to project.
Return Value
The logical coordinate corresponding to the geometry coordinate.