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


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

IParcelLineFunctions3.CreateLines Method

Create GSLines from the input line features or geometries. Use negative tolerance to use IConstructTolerance value.

[Visual Basic .NET]
Public Function CreateLines ( _
    ByVal pFeaturesOrGeometries As IArray, _
    ByVal pSourceProjectionIfNull As IProjectedCoordinateSystem, _
    ByVal pPlan As IGSPlan, _
    ByVal pCF As ICadastralFabric, _
    ByVal snapTolerance As Double, _
    ByVal simplify As Boolean, _
    ByVal pSourcePoints As ICadastralPoints, _
    ByRef ppEnumLinesBroken As IEnumGSLines _
) As String
[C#]
public string CreateLines (
    IArray pFeaturesOrGeometries,
    IProjectedCoordinateSystem pSourceProjectionIfNull,
    IGSPlan pPlan,
    ICadastralFabric pCF,
    double snapTolerance,
    bool simplify,
    ICadastralPoints pSourcePoints,
    ref IEnumGSLines ppEnumLinesBroken
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelLineFunctions3 Interface