IAdmCustomCommandParameter

The IAdmCustomCommandParameter interface represents a custom command parameter.

Inheritance: IAdmParameter

To create an instance of a custom command parameter, use the IAdmCustomCommand::CreateParameter method.

Methods

Details

ResolveValueReferences()

Returns an instance of the custom command parameter and replaces value references with the values of the corresponding properties.

IAdmCustomCommandParameter ResolveValueReferences(IAdmTop targetObject, out string[] warnings)

Parameters

  • targetObject – the object whose properties will replace value references.
  • warnings – an output (OUT) parameter that returns an array of warnings issued while resolving value references.

Requirements

Minimum required version: 2018.2

See also