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


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

IEnvelopeGEN.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.

Description

refer to the MinMaxAttributes property of IEnvelope

See Also

IEnvelopeGEN Interface