IsFullLink: Boolean;
The IsFullLink property returns whether all required data source and data consumer dimension link parameters are completed.
The required link parameters are attributes of data source and data consumer specified using the ICalcBlockIteratorStubDimensionLink.DestinationAttribute and ICalcBlockIteratorStubDimensionLink.SourceAttribute properties.
Available values:
True. The required parameters of link between data source and data consumer are completed.
False. The required parameters of link between data source and data consumer are not completed.
The property use is given in the example for ICalcBlockIteratorStubDimension.Links.
See also: