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


IGeneralMultiPatchInfo.PatchType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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