Click or drag to resize

HpsvContext Class

Represents each simulation context. Available via HpsvContextsList
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvContext

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public sealed class HpsvContext

The HpsvContext type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyKeys
Returns all keys stored within the context.
Top
Methods
  NameDescription
Public methodAdd
Adds or Replaces the value for a given key
Public methodContainsKey
Checks if it contains a given key
Public methodRemove
Removes value for a given key
Top
See Also