FittingModel SupportsVisualConfigurationCore Method TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

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

Parameters

visualContent
Type: Spotfire.Dxp.Application.Visuals VisualContent
The instance of VisualContent to examine.
reasonForNotSupporting
Type: System String 
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.0, 6.5, 6.0, 5.5, 5.0
See Also