This document is archived and information here might be outdated. Recommended version. |
The raster function info at the specified position.
[Visual Basic .NET] Public Function get_Element ( _ ByVal Index As Integer _ ) As IRasterFunctionInfo
[C#] public IRasterFunctionInfo get_Element ( int Index );
[C++]
HRESULT get_Element(
long Index,
IRasterFunctionInfo** ppFunctionInfo
);
[C++] Parameters Index [in]
Index is a parameter of type long ppFunctionInfo [out, retval]
ppFunctionInfo is a parameter of type IRasterFunctionInfo**