Point2D point2D = geometry2D as Point2D;
if (point2D != null)
{
object[] coordinates = new object[] { 0, 0 };
point2D.GetCoordinates(coordinates);
}