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