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