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


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

ICadastralFeatureGenerator.CreatePlanFromRow Method

Create GSPlan object from database row.

[Visual Basic .NET]
Public Function CreatePlanFromRow ( _
    ByVal pCadastralEditor As ICadastralEditor, _
    ByVal pPlanRow As IRow _
) As IGSPlan
[C#]
public IGSPlan CreatePlanFromRow (
    ICadastralEditor pCadastralEditor,
    IRow pPlanRow
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFeatureGenerator Interface