GraphicalSchemaItems.Find

Syntax variant: By a business process point

Syntax:

Find(<BusinessProcessRoutePoint>)

Parameters:

<BusinessProcessRoutePoint> (optional)

Type: BusinessProcessRoutePointRef.
Business process route point for which the graphical schema element is being searched.

Syntax variant: By name

Syntax:

Find(<ElementNameOfGraphicalSchema>)

Parameters:

<ElementNameOfGraphicalSchema> (optional)

Type: String.
A graphical schema item name for the flowchart to be found.

Returned value:

Type: GraphicalSchemaItemConnectionLine; GraphicalSchemaItemDecorativeLine; GraphicalSchemaItemDecoration; GraphicalSchemaItemActivity; GraphicalSchemaItemSplit; GraphicalSchemaItemCondition; GraphicalSchemaItemCompletion; GraphicalSchemaItemStart; GraphicalSchemaItemJoin; GraphicalSchemaItemSubBusinessProcess; GraphicalSchemaItemProcessing; GraphicalSchemaItemSwitch; Undefined.
Graphical schema element. If the element is not found, then the value Undefined is returned.

Description:

Searches for a graphical schema element.

Availability:

Thin client, web-client, server, thick client.

    

1C:Enterprise Developer's Community