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


IGeneralMultiPatchCreator.CreateMultiPatch Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.CreateMultiPatch Method
ArcGIS Developer Help

IGeneralMultiPatchCreator.CreateMultiPatch Method

Creates the MultiPatch.

[Visual Basic .NET]
Public Function CreateMultiPatch ( _
) As IGeometry
[C#]
public IGeometry CreateMultiPatch (
);
[C++]
HRESULT CreateMultiPatch(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGeneralMultiPatchCreator Interface