Files
wg_cpso/CPSO/Forms/IFormItemSetDataParent.cs

9 lines
161 B
C#
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
namespace CPSO.Forms
{
interface IFormItemSetDataParent
{
bool IsSelectionGeometryBased();
bool IsGeometrySelectionIdBased();
}
}