FittingModelSupportsVisualConfigurationCore Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference