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