Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoGeometryRecord Class / GeoGeometryRecord Constructor
The geospatial data.
The attributes data.

In This Topic
    GeoGeometryRecord Constructor
    In This Topic
    Initializes a new instance of GeoGeometryRecord object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal geometry As GeoGeometry, _
       ByVal data As IGeoGeometryRecordData _
    )
    public GeoGeometryRecord( 
       GeoGeometry geometry,
       IGeoGeometryRecordData data
    )

    Parameters

    geometry
    The geospatial data.
    data
    The attributes data.
    See Also