This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchM Property (ArcObjects .NET 10.4 SDK) |
Get M for patch at vertex index.
[Visual Basic .NET] Public Function get_PatchM ( _ ByVal patch As Integer, _ ByVal Index As Integer _ ) As Double
[C#] public double get_PatchM ( int patch, int Index );
[C++]
HRESULT get_PatchM(
long patch,
long Index,
double* pValue
);
[C++]
Parameters patch [in] patch is a parameter of type long Index [in] Index is a parameter of type long pValue [out, retval] pValue is a parameter of type double
Returns as a double the M coordinate of the specified geometry vertex associated with the Patch located at the specified index.