Message 1 of 5
Display both dimension name and value in sketch using API

Not applicable
03-30-2016
05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Using these code, I am able to display either dimension name or value in sketch:
TwoPointDistanceDimConstraint iDimension;
iDimesion.Parameter.Name; // d5
iDimesion.Parameter.Value; // 25.0mm
But How do I display both dimension name followed by dimension value (d5 = 25.0mm) in sketch using Inventor API?
Regards,
Prarthana
,