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


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

ISegment.SynchronizeEmptyAttributes Method

Synchronize Empty Attributes.

[Visual Basic .NET]
Public Sub SynchronizeEmptyAttributes ( _
    ByVal toSegment As ISegment _
)
[C#]
public void SynchronizeEmptyAttributes (
    ISegment toSegment
);
[C++]
HRESULT SynchronizeEmptyAttributes(
  ISegment* toSegment
);
[C++]

Parameters toSegment
toSegment is a parameter of type ISegment*

Product Availability

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

See Also

ISegment Interface