This document is archived and information here might be outdated. Recommended version. |
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*
Returns the esriPatchType of the Patch located at the specified index.