public static bool IsFrameInPlace(Element elem) { return (AGCFrameBase.IsFrame(elem) && elem.Location is LocationPoint && !AGCFrameCurveDriven.TypicalFramingParametersExist(elem)); }
public static bool IsFrameCurveDriven(Element elem) { return (AGCFrameBase.IsFrame(elem) && TypicalFramingParametersExist(elem)); }