IsLacingDisabledAttribute
This attribute is applied to a function to indicate whether to
disable lacing strategy on this function or not.
using System;
namespace Autodesk.DesignScript.Runtime
{
[AttributeUsage(AttributeTargets.Method)]
public class IsLacingDisabledAttribute : Attribute
{
}
}