Skip to main content

IContextOption.PlModelAccessMode property

Namespace: NextDesign.Desktop

Description

Behavior of model information acquisition/search API while the context is valid
In a project that supports product lines, you can specify whether to evaluate the product when retrieving model information.

PlModelAccessMode PlModelAccessMode { get; set; }

type

  • PlModelAccessMode

Annotations

The value range is as follows.

  • "None" : No setting (default)
     Follows the context options of the upper scope.
    If there is no upper scope context option, it will be evaluated as AllProduct.
  • "AllProduct" : 150% model
    It will be possible to acquire and search all model information.
  • "CurrentProduct" : Current product
    Only valid model information for the current product specified in the application can be obtained and searched.
  • "SpecifiedProduct" : Specified product
    Only model information that is valid for separately specified products can be obtained and searched.
     The product is specified with IContextOption.SpecifiedProduct.