![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverterFlexPoints Interface > IMetricUnitConverterFlexPoints.AddLineToSegmentCollection Method (ArcObjects .NET 10.5 SDK) |
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 );