FittingModelSupportsVisualConfigurationCore Method TIBCO Spotfire 7.6 API Reference
Tells whether a class implementing FittingModel supports the specified VisualContent instance.

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected virtual bool SupportsVisualConfigurationCore(
	VisualContent visualContent,
	out string reasonForNotSupporting
)

Parameters

visualContent
Type: Spotfire.Dxp.Application.VisualsVisualContent
The instance of VisualContent to examine.
reasonForNotSupporting
Type: SystemString
A localized message explaining why this FittingModel instance does not support the VisualContent.

Return Value

Type: Boolean
true if the VisualContent instance is supported; else false.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference