/// <summary> /// Gets the block that contains the entities that make up the dimension picture. /// </summary> /// <param name="name">Name to be assigned to the generated block.</param> /// <returns>The block that represents the actual dimension.</returns> protected override Block BuildBlock(string name) { return(DimensionBlock.Build(this, name)); }
/// <summary> /// Gets the block that contains the entities that make up the dimension picture. /// </summary> /// <param name="name">Name to be assigned to the generated block.</param> /// <returns>The block that represents the actual dimension.</returns> internal override Block BuildBlock(string name) { return(DimensionBlock.Build(this, name)); }