/// <summary> /// Adds a frame section to the application. /// </summary> /// <param name="uniqueName">Name of the unique.</param> /// <param name="properties">The properties.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception> public bool AddPlate(string uniqueName, RectangleSectionProperties properties) { return(add(uniqueName, properties, PlateSection.Add)); }
/// <summary> /// Adds a frame section to the application. /// </summary> /// <param name="uniqueName">Name of the unique.</param> /// <param name="properties">The properties.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> public bool AddRectangle(string uniqueName, RectangleSectionProperties properties) { return(add(uniqueName, properties, RectangleSection.Factory)); }