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


IMetricUnitConverterFlexPoints.AddLineToSegmentCollection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverterFlexPoints Interface > IMetricUnitConverterFlexPoints.AddLineToSegmentCollection Method
ArcGIS Developer Help

IMetricUnitConverterFlexPoints.AddLineToSegmentCollection Method

GSLine converted to a Curve broken up at flex points. Calling CacheFlexPoints initially will improve performance for multiple calls.

[Visual Basic .NET]
Public Sub AddLineToSegmentCollection ( _
    ByVal pLine As IGSLine, _
    ByVal pCadastralPoints As ICadastralPoints, _
    ByVal flexLinesInMeasurementMode As Boolean, _
    ByVal mapUnits As Boolean, _
    ByVal pParcelLines As ISegmentCollection _
)
[C#]
public void AddLineToSegmentCollection (
    IGSLine pLine,
    ICadastralPoints pCadastralPoints,
    bool flexLinesInMeasurementMode,
    bool mapUnits,
    ISegmentCollection pParcelLines
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMetricUnitConverterFlexPoints Interface