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


IParcelLineFunctions2.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 > IParcelLineFunctions2 Interface > IParcelLineFunctions2.CreateForwardStar Method
ArcGIS Developer Help

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