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


IEnvelopeGEN.MinMaxAttributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.MinMaxAttributes Property
ArcGIS Developer Help

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