SoGraphicConfigTemplateIsGraphicsConfigSupported Method |
Indicates if the graphics configuration graphicConfig fits this template.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsGraphicsConfigSupported(
SoGraphicConfig graphicConfig
)
Public Function IsGraphicsConfigSupported (
graphicConfig As SoGraphicConfig
) As Boolean
public:
bool IsGraphicsConfigSupported(
SoGraphicConfig^ graphicConfig
)
member IsGraphicsConfigSupported :
graphicConfig : SoGraphicConfig -> bool
Parameters
- graphicConfig
- Type: OIV.Inventor.ComponentsSoGraphicConfig
Return Value
Type:
BooleanRemarks 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