Click or drag to resize

McpScriptToolGetProjectSources Method

[Missing <summary> documentation for "M:Demo3D.Mcp.McpScriptTool.GetProjectSources(System.String)"]


Namespace: Demo3D.Mcp
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public McpResult<McpCSharpProject> GetProjectSources(
	string scriptContainerName
)

Parameters

scriptContainerName  String

[Missing <param name="scriptContainerName"/> documentation for "M:Demo3D.Mcp.McpScriptTool.GetProjectSources(System.String)"]

Return Value

McpResultMcpCSharpProject

[Missing <returns> documentation for "M:Demo3D.Mcp.McpScriptTool.GetProjectSources(System.String)"]

See Also