MCPcopy Create free account
hub / github.com/Autodesk/AutomaticComponentToolkit / ClearErrorMessageMethod

Function ClearErrorMessageMethod

Source/componentdefinition.go:1179–1185  ·  view source on GitHub ↗

ClearErrorMessageMethod returns the xml definition of the ClearErrorMessage-method

()

Source from the content-addressed store, hash-verified

1177
1178// ClearErrorMessageMethod returns the xml definition of the ClearErrorMessage-method
1179func ClearErrorMessageMethod() (ComponentDefinitionMethod) {
1180 var method ComponentDefinitionMethod
1181 source := ` <method name="ClearErrorMessages" description = "Clears all registered messages of this class instance">
1182 </method>`
1183 xml.Unmarshal([]byte(source), &method)
1184 return method
1185}
1186
1187// IncRefCountMethod returns the xml definition of the IncRefCount-method
1188func IncRefCountMethod() (ComponentDefinitionMethod) {

Callers 4

writeCPPClassInterfaceFunction · 0.85
buildCPPStubClassFunction · 0.85
buildPascalStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected