FittingModel SupportsVisualConfigurationCore Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also