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


IGeneralMultiPatchInfo.PatchType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchType Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.PatchType Property

Get patch type.

[Visual Basic .NET]
Public Function get_PatchType ( _
    ByVal patch As Integer _
) As esriPatchType
[C#]
public esriPatchType get_PatchType (
    int patch
);
[C++]
HRESULT get_PatchType(
  long patch,
  esriPatchType* pType
);
[C++]
Parameters
patch [in]

patch is a parameter of type long pType [out, retval]
pType is a parameter of type esriPatchType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the esriPatchType of the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface