VPMInstance.GetEffectivity()
This function retrieves the activation status of a Product Modeler instance.
Note:
You cannot use this function to retrieve an effectivity
related to another configuration domain.
Arguments
Name | Input/Output | Required? | Type | Comment |
---|---|---|---|---|
oVariabilitySpace | Out | Yes | String | Set to ActivateDeactivate . The string is empty if the activation
status cannot be retrieved. |
oExpression | Out | Yes | String | Set to TRUE is the instance is activated, or FALSE if the instance is deactivated. The string is empty if the activation status cannot
be retrieved. |
Example
VsName="" Effectivity="" ThisObject->GetEffectivity(VsName, Effectivity)