This document is archived and information here might be outdated.  Recommended version.


ISMRestriction.Param Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

StreetMap routing (Code Files: RestrictionsForm)