Show / Hide Table of Contents

--setprop

Sets a property for a Library, Folder, Project, or Scenario.

Syntax

--setprop [argument, argument, ...]

Arguments

--lib=name

The Library file name.

--fid/pid/sid=id

The Folder, Project, or Scenario ID. If omitted, the Library property will be set.

--name=name

The name of the Library, Folder, Project, or Scenario.

--owner=name

The owner of the Library, Folder, Project, or Scenario.

--description=text

The description of the Library, Folder, Project, or Scenario.

--readonly=yes/no

Whether the Library, Folder, Project, or Scenario is read-only.

--mergedeps=yes/no

Whether the scenario will merge dependencies at runtime.

--autogentags=text

Sets the result scenario auto generation tags.

--islite=yes/no

Sets the specified folder to be the "Lite" Folder.

Remarks

The format of the --autogentags text must be in the form key=value,key=value,.... A value can also be set to '*' to mean all possible values for that key. Some examples are:

ABC=DEF
ABC=DEF,GHI=*

Examples

Set the name property for the Library my lib.ssim:

SyncroSim.Console.exe --setprop --lib="my lib.ssim" --name="New Name""

Set the name and owner properties for Project 123:

SyncroSim.Console.exe --setprop --lib="my lib.ssim" --pid=123 --name=abc --owner=def
In This Article
Back to top Copyright 2007-2022 Apex Resource Management Solutions Ltd.
Generated by DocFX