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