Object: Inputs
This object represents the PTC Mathcad Prime Inputs COM interface Ptc.MathcadPrime.Automation.IMathcadPrimeInputs.
Methods
GetAliasByIndex(Index)—Gets the alias of input by specific input index.
Index (integer) is the index of input.
Returns:
Alias of input, or Null in case of error.
Properties
Count—Gets the count of inputs.
Returns:
Zero in case of error.
Was this helpful?