Returns the standalone table object specified by the given geoprocessing value object.
[Visual Basic 6.0] Function DecodeStandaloneTable(
ByVal pValue As IGPValue _
) As IStandaloneTable
[Visual Basic .NET] Public Function DecodeStandaloneTable ( _ ByVal pValue As IGPValue _ ) As IStandaloneTable
[C#] public IStandaloneTable DecodeStandaloneTable ( IGPValue pValue );
[Java] public IStandaloneTable decodeStandaloneTable ( IGPValue pValue ) throws IOException, AutomationException
[C++] HRESULT DecodeStandaloneTable( IGPValue* pValue, IStandaloneTable** ppStandaloneTable );
Parameters
pValue [in]
pValue is a parameter of type IGPValue
ppStandaloneTable [out, retval]
ppStandaloneTable is a parameter of type IStandaloneTable