Click or drag to resize

ModelAddLinkedModel Method (Guid)

Adds a linked model.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public LinkedModel AddLinkedModel(
	Guid modelGuid
)

Parameters

modelGuid
Type: SystemGuid
Guid of the linked model.

Return Value

Type: LinkedModel
LinkedModel
See Also