Search
Point Constructor (Int32, StreetShape)
See Also
 





Initializes a new instance of the Point class.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Point (
    int id,
    StreetShape shape
)

Visual Basic  Copy Code

Public New ( _
    id As Integer, _
    shape As StreetShape _
)

 Parameters

id

The point's identifier in OpenStreetMap file.

shape

A StreetShape containing the shape's attributes.

 See Also