Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a new Feature Group with VB? 1

Status
Not open for further replies.

Stike

Automotive
Mar 29, 2011
6
Hello,

does anyone know how to create a new Feature Group with VB / Journal?
The record function doesn't recognize this action :(

Thank you!
 
Replies continue below

Recommended for you

There is a wrapper function for UF_MODL_create_set_of_feature which is:


Public Sub CreateSetOfFeature ( _
name As String, _
features As Tag(), _
number_of_feature As Integer, _
hide_state As Integer, _
<OutAttribute> ByRef feature As Tag _
)

Frank Swinkels
 
Thank you very very much!

It's kind of hard, looking for something like "group" in the whole API reference and now recognizing, that it was "set of feature".

*thumbs up*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor