Draftsight Pro
Using VB.NET.
Iterating through certain entities on a certain layer.
Once I get the object 'entityObjects' below how do I iterate through the entities in the object?
I need to get various attributes like verticies on lines or RichLines or radius on Circles.
SolidworksApi macrosDim entityObjects As New Object
'Get entities
dsSketchMgr.GetEntities(dsSelectionFilter, layerNames, entityTypes, entityObjects)