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


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

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