public BlockInfo(BlockReference blRef, string blName) { IdBtr = blRef.DynamicBlockTableRecord; BlName = blName; AttrsDef = AttributeInfo.GetAttrDefs(IdBtr); AttrsRef = AttributeInfo.GetAttrRefs(blRef); }