Skip to main content
Version: v4.6

Geometry relations target

Stores geometry file or geometry item relations in collections. Pass an object with the parameters you require from the following table:

Code example

    {      "_orchcomp": "geometry_relations_target",       "_name": "Creates the geometry file",       "_sequenceno": 2,       "_actualparams": {        "viewcolid": "f64122c0-3679-46e2-83e9-44ac27f8680a",        "filecolid": "75487a5f-645c-47e8-9578-494bb0cf67e2",      }    }, 

geometry_relations_target schema

ParameterTypeDescriptionRequired
_orchcompStringEnter “geometry_relations_target”.Required
_nameStringEnter a descriptive name for what the component does in the orchestrator.Optional
_sequencenoNumberEnter a number that defines the task’s order in the sequence of tasks to execute.Required
_actualparamsObjectPass an object that contains formal parameters or alternative parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”.Optional
_actualparams.viewcolidObjectTakes the view collection’s id as a string.Required
_actualparams.filecolidObjectTakes the file collection’s id as a string.Required