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


IMultiPatch2.XYFootprint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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