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


IParentLines.ShowParentLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParentLines Interface > IParentLines.ShowParentLines Method
ArcGIS Developer Help

IParentLines.ShowParentLines Method

Show parent lines in grid.

[Visual Basic .NET]
Public Sub ShowParentLines ( _
    ByVal suspendRedraw As Boolean, _
    ByVal ShowParentLines As Boolean _
)
[C#]
public void ShowParentLines (
    bool suspendRedraw,
    bool ShowParentLines
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParentLines Interface