Does anyone know if it's possible to restrict the value of a Prop.Field to either Yes/No True/False?
With my template, a user can drag Audio Visual shapes onto the drawing that retrieves details from a database. I have written an app in C# that opens the drawing and creates a Bill of Materials from the shapes.
I need to do this as i have a Video schematic and an Audio schematic and mostly they can be the 1 device that i don't want counted twice.
Any help would be great.