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


ICadastralFeatureGenerator.CreateRowBuffer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

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