Find Column Base Offset Values

For someone who asked: “I’m trying to get the offset values. How should I proceed?”

public void columns()
{
    Document doc = this.ActiveUIDocument.Document;
    FilteredElementCollector...

Read more

Leave a Comment