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