DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="4.0.0-beta3206" />

 IProtoGeometryConfiguration

public interface IProtoGeometryConfiguration
using Autodesk.DesignScript.Runtime; using System; namespace Autodesk.DesignScript.Geometry { [SupressImportIntoVM] public interface IProtoGeometryConfiguration { string GeometryFactoryFileName { get; set; } [Obsolete("The PersistenceManager is no longer implemented in LibG. This property is deprecated and will be removed in a future version of Dynamo.")] string PersistentManagerFileName { get; set; } } }