This document is archived and information here might be outdated. Recommended version. |
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*