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


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

ISegment.PutAttributes Method

Sets some attributes from this point and copies them to another point. Awareness is not considered.

[Visual Basic .NET]
Public Sub PutAttributes ( _
    ByVal PutAttributes As Boolean, _
    ByVal putAwareness As Boolean, _
    ByRef from As esriPointAttributes, _
    ByRef to As esriPointAttributes _
)
[C#]
public void PutAttributes (
    bool PutAttributes,
    bool putAwareness,
    ref esriPointAttributes from,
    ref esriPointAttributes to
);
[C++]
HRESULT PutAttributes(
  VARIANT_BOOL PutAttributes,
  VARIANT_BOOL putAwareness,
  esriPointAttributes* from,
  esriPointAttributes* to
);
[C++]
Parameters
PutAttributes 

PutAttributes is a parameter of type bool putAwareness
putAwareness is a parameter of type bool from
from is a parameter of type esriPointAttributes* to
to is a parameter of type esriPointAttributes*

Product Availability

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

See Also

ISegment Interface