ArcObjects Library Reference (DataSourcesFile)  

ISMRestriction.Param Property

The restriction parameter value.

[Visual Basic .NET]
Public Property Param As Object
[C#]
public object Param {get; set;}
[C++]
HRESULT get_Param(
  VARIANT* pvParam
);
[C++]
HRESULT put_Param(
  VARIANT pvParam
);
[C++]

Parameters

pvParam [out, retval]   pvParam is a parameter of type VARIANT pvParam [in]   pvParam is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISMRestriction Interface