Brian Ekins

February 2012

Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

« Learning About New Functionality in Inventor 2011 | Main | iProperty Expressions »

April 13, 2010

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00e553fcbfc6883401347fd9f140970c

Listed below are links to weblogs that reference Parameters as iProperties:

Comments

Gavin Bath

Hi Brian,

I've been able to create numeric parameters, but am really struggling to figure out how to create a text parameter. Does the API support this?

Thanks

Ramy

Any change you can show how to add parameters through the API (preferably via VB.net if possible)

Said

Hi
Is it possible to ask some questions regarding macros in other subjects, How?
thank you very much for helping us, I really appreciate that.

FY

Very nice. I will definitely use this. I just wonder how I've missed it all these years?!

Stefaan Boel

We mark all parameters for export with this code:

Public Sub MarkAllParametersForExport()

Dim oPartDoc As PartDocument
Set oPartDoc = ThisApplication.ActiveDocument

Dim oParameter As Parameter
For Each oParameter In oPartDoc.ComponentDefinition.Parameters
oParameter.ExposedAsProperty = True
Next oParameter

MsgBox "Done!", vbInformation

End Sub

Sundeep

Thanks a lot Brian.
It was very helpful

The comments to this entry are closed.

RSS Feed

  •  Subscribe

Survey