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


ISegmentCollection.SynchronizeEmptyAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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