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


IParcelLineFunctions2.CreateForwardStar Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelLineFunctions2.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

IParcelLineFunctions2 Interface