Click or drag to resize

InternalLinkTypeRelatedObjects Property

Gets the related objects for the InternalLink. This property allows to access the listed related objects without recalculation. A direct access to one of the listed properties results in a recalculation of the accessed property.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public InternalLinkTypeLinkedObjects RelatedObjects { get; }

Property Value

InternalLinkTypeLinkedObjects
The related objects.
See Also