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


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

ISegment.QueryAttributes Method

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

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

getAttributes is a parameter of type bool getAwareness
getAwareness 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