FittingModelSupportsVisualConfigurationCore Method TIBCO Spotfire 7.11 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: 30.0.11525.4184 (30.0.11525.4184)
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.9, 7.8, 7.7, 7.6, 7.5, 7.11, 7.10, 7.0
See Also

Reference