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


IMultiPatch2.XYFootprint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMultiPatch2 Interface > IMultiPatch2.XYFootprint Property
ArcGIS Developer Help

IMultiPatch2.XYFootprint Property

A reference to a cached copy of the multipatch's footprint in the x-y plane.

[Visual Basic .NET]
Public WriteOnly Property XYFootprint_2
[C#]
public void XYFootprint_2 {set;}
[C++]
HRESULT putref_XYFootprint(
  IGeometry* 
);
[C++]
Parameters
 [in]

is a parameter of type IGeometry*

Product Availability

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

See Also

IMultiPatch2 Interface