How to create a new Feature Group with VB?
How to create a new Feature Group with VB?
(OP)
Hello,
does anyone know how to create a new Feature Group with VB / Journal?
The record function doesn't recognize this action :(
Thank you!
does anyone know how to create a new Feature Group with VB / Journal?
The record function doesn't recognize this action :(
Thank you!





RE: How to create a new Feature Group with VB?
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
RE: How to create a new Feature Group with VB?
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*