This document is archived and information here might be outdated. Recommended version. |
A reference to the attribute structures for this envelope.
[Visual Basic .NET]
Public Property MinMaxAttributes As IntPtr
[C#]
public IntPtr MinMaxAttributes {get; set;}
[C++]
HRESULT get_MinMaxAttributes(
esriPointAttributes** MinMaxAttributes
);
[C++]
HRESULT put_MinMaxAttributes(
esriPointAttributes* MinMaxAttributes
);
[C++] Parameters MinMaxAttributes [out, retval]
MinMaxAttributes is a parameter of type esriPointAttributes** MinMaxAttributes
MinMaxAttributes is a parameter of type esriPointAttributes*
refer to the MinMaxAttributes property of IEnvelope