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


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

IParcelLineFunctions.CreateForwardStar Method

Create a forward star class that provides navigation of GS Lines.

[Visual Basic .NET]
Public Function CreateForwardStar ( _
    ByVal pEnumLines As IEnumGSLines _
) As IGSForwardStar
[C#]
public IGSForwardStar CreateForwardStar (
    IEnumGSLines pEnumLines
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelLineFunctions Interface