Click or drag to resize

ModelLinkedModels Property

Gets the models linked to this one. These models's objects can then be selected in relations.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ModelingList<LinkedModel> LinkedModels { get; }

Property Value

Type: ModelingListLinkedModel
See Also