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


ISegmentCollection.SynchronizeEmptyAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.SynchronizeEmptyAttributes Method
ArcGIS Developer Help

ISegmentCollection.SynchronizeEmptyAttributes Method

If, at end point shared by two segments, one segment has an empty value for an attribute and the other has a non-empty value, use the non-empty value for both.

[Visual Basic .NET]
Public Sub SynchronizeEmptyAttributes ( _
)
[C#]
public void SynchronizeEmptyAttributes (
);
[C++]
HRESULT SynchronizeEmptyAttributes(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentCollection Interface