Message 1 of 1
How get Grid Head Geometry

Not applicable
05-30-2019
01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I need to get the geometry of the Head from the Grid, I took the Grid symbol and tried to get the geometry
Dim el As Element = doc.GetElement(symbolId) Dim geomElem As GeometryElement = el.Geometry(New Options)
it does not work, help how to fix it.