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


IGeneralMultiPatchCreator.CreateMultiPatch Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

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