This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetPatchType Method (ArcObjects .NET 10.4 SDK) |
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