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