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


IEnvelope.MinMaxAttributes Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IEnvelope.MinMaxAttributes Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnvelope Interface