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


ISegment.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 > ISegment Interface > ISegment.SynchronizeEmptyAttributes Method
ArcGIS Developer Help

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