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


ICadastralFeatureGenerator.CreateRowBuffer 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.CreateRowBuffer Method
ArcGIS Developer Help

ICadastralFeatureGenerator.CreateRowBuffer Method

Create row buffer on base table, wrapped with GS object. Only Plan/Parcel/Line/Control are supported.

[Visual Basic .NET]
Public Function CreateRowBuffer ( _
    ByVal pCadastralEditor As ICadastralEditor, _
    ByVal eCadastralFabricTable As esriCadastralFabricTable _
) As IGSAttributes
[C#]
public IGSAttributes CreateRowBuffer (
    ICadastralEditor pCadastralEditor,
    esriCadastralFabricTable eCadastralFabricTable
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFeatureGenerator Interface