This document is archived and information here might be outdated.  Recommended version.


ICadastralFeatureGenerator2.CreatePointFromRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralFeatureGenerator2 Interface > ICadastralFeatureGenerator2.CreatePointFromRow Method
ArcGIS Developer Help

ICadastralFeatureGenerator2.CreatePointFromRow Method

Create GSPoint object from database row.

[Visual Basic .NET]
Public Function CreatePointFromRow ( _
    ByVal pCadastralEditor As ICadastralEditor, _
    ByVal pPointRow As IRow _
) As IGSPoint
[C#]
public IGSPoint CreatePointFromRow (
    ICadastralEditor pCadastralEditor,
    IRow pPointRow
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFeatureGenerator2 Interface