Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I couldn't find how to use the IManagedGeneralDimension interface used in VBA.Net and iLogic in C#?

0 REPLIES 0
Reply
Message 1 of 1
nebi_guler
78 Views, 0 Replies

I couldn't find how to use the IManagedGeneralDimension interface used in VBA.Net and iLogic in C#?

NamedEntities1.PNGNamedEntities2.PNG

 

A different interface has been developed for the Dimensions feature, whose usage patterns have changed, but in the documentation, only method names and not much information about the method content were written, I could not find a source.

 

Private _generalDimensions As IManagedGeneralDimensions
_generalDimensions = ThisDrawing.ActiveSheet.DrawingDimensions.GeneralDimensions
_generalDimensions.AddLinear(_view.Name & "Horizontal", _managedView.SheetPoint(0, 1.1), 
			pointLeft, pointRight, dimensionType := DimensionTypeEnum.kHorizontalDimensionType)

vba example usage

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report