Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski 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
Joined
Mar 29, 2011
Messages
6
Location
DE
Hello,

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

Thank 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

Back
Top