Skip to main content

IContextOption.PlModelAccessMode property

Namespace: NextDesign.Desktop

Description

Behavior of model information acquisition/search API during the period when the context is valid In a project that supports a product line, you can specify whether to evaluate the product when acquiring and searching model information.

PlModelAccessMode PlModelAccessMode {get; set;}

type

  • PlModelAccessMode

Annotation

The range is as follows.

  • "None": No setting (default) Follow the context options of the upper scope. If the context option of the upper scope does not exist, the evaluation will be the same as AllProduct.
  • "AllProduct": 150% model All model information can be acquired and searched.
  • "CurrentProduct": CurrentProduct Only model information that is valid for the current product specified by the application can be acquired and searched.