BuildingCoder.CmdRelationshipInverter.ElementDescription C# (CSharp) Method

ElementDescription() private method

private ElementDescription ( ElementId id ) : string
id ElementId
return string
        string ElementDescription( ElementId id )
        {
            Element e = m_doc.GetElement( id );
              return Util.ElementDescription( e );
        }