Click or drag to resize
SoGraphicConfigTemplateIsGraphicsConfigSupported Method

Indicates if the graphics configuration graphicConfig fits this template.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsGraphicsConfigSupported(
	SoGraphicConfig graphicConfig
)

Parameters

graphicConfig
Type: OIV.Inventor.ComponentsSoGraphicConfig

Return Value

Type: Boolean
Remarks

Returns true if all REQUIRED fields in the template are active in graphicConfig and if all FORBIDDEN fields in the template are inactive in graphicConfig.

See Also