Table of Contents

Method SetParameter

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

SetParameter(string, object)

Sets the name and the value of a parameter. If the name is already set, the value is changed.

void SetParameter(string name, object value)

Parameters

name string

The name of the parameter to set.

value object

The value or null to unset the parameter.