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


IGeneralMultiPatchCreator.SetPatchType 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.SetPatchType Method
ArcGIS Developer Help

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