This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRestriction Interface > ISMRestriction.Param Property (ArcObjects .NET 10.4 SDK) |
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