


GetParameter method
The GetParameter method provides a way for your application to read the value
of a CT Access parameter. These parameters are maintained for each application
that uses CT Access (or ActiveAG)
Since there are a very large number of parameters for CT Access, ActiveAG does
not provide properties for all of them. ActiveAG only provides property
interfaces for the most commonly used CT Access parameters. This method allows your
application to read the value of CT Access parameters that aren
Type
Arguments: ParameterName BSTR
Returns: A BSTR containing the parameter value if found; otherwise an empty string.
Property interactions: None.