Click or drag to resize

GenericParameter Class

Structure that represents a generic named value parameter.
Inheritance Hierarchy
SystemObject
  CFX.StructuresParameter
    CFX.StructuresGenericParameter

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GenericParameter : Parameter

The GenericParameter type exposes the following members.

Constructors
 NameDescription
Public methodGenericParameter 
Top
Properties
 NameDescription
Public propertyName The name of the parameter
Public propertyValue The new value for the parameter
Top
See Also