 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic InternalLinkTypeLinkedObjects RelatedObjects { get; }
Public ReadOnly Property RelatedObjects As InternalLinkTypeLinkedObjects
Get
public:
property InternalLinkTypeLinkedObjects^ RelatedObjects {
InternalLinkTypeLinkedObjects^ get ();
}
Property Value
InternalLinkTypeLinkedObjects
The related objects.
See Also