'Declaration Public Function Add( _ ByVal name As System.String, _ ByVal category As System.String, _ Optional ByVal gallery As BuildingBlockGallery, _ Optional ByVal insertOptions As BuildingBlockInsertOptions, _ Optional ByVal type As BuildingBlockType _ ) As BuildingBlock
public BuildingBlock Add( System.string name, System.string category, BuildingBlockGallery gallery, BuildingBlockInsertOptions insertOptions, BuildingBlockType type )
Parameters
- name
- The building block name.
- category
- The building block category.
- gallery
- The building block gallery.
- insertOptions
- The building block insert options.
- type
- The building block type.
Return Value
A newyly added BuildingBlock.