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


IGeneralMultiPatchCreator.SetPatchType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IGeneralMultiPatchCreator.SetPatchType Method

Set patch type.

[Visual Basic .NET]
Public Sub SetPatchType ( _
    ByVal patch As Integer, _
    ByVal Type As esriPatchType _
)
[C#]
public void SetPatchType (
    int patch,
    esriPatchType Type
);
[C++]
HRESULT SetPatchType(
  long patch,
  esriPatchType Type
);
[C++]

Parameters patch [in] patch is a parameter of type long Type [in]
Type is a parameter of type esriPatchType

Product Availability

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

See Also

IGeneralMultiPatchCreator Interface