Click here to Skip to main content
15,887,962 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OT Pin
Eytukan11-Jan-06 2:13
Eytukan11-Jan-06 2:13 
JokeRe: OT Pin
ThatsAlok11-Jan-06 2:31
ThatsAlok11-Jan-06 2:31 
GeneralRe: OT Pin
Owner drawn11-Jan-06 16:34
Owner drawn11-Jan-06 16:34 
GeneralRe: OT Pin
vikas amin11-Jan-06 20:33
vikas amin11-Jan-06 20:33 
GeneralRe: OT Pin
Owner drawn11-Jan-06 20:38
Owner drawn11-Jan-06 20:38 
QuestionSkin Creation Help Pin
amjosp10-Jan-06 18:13
amjosp10-Jan-06 18:13 
Questionasync network class Pin
_tasleem10-Jan-06 18:13
_tasleem10-Jan-06 18:13 
Questionhow to pass the VARIANT argument in this functioin? Pin
ewighell10-Jan-06 17:48
ewighell10-Jan-06 17:48 
I am programming with the API of Autodesk Inventor(a CAD software). and there is a function which is described in its documentation below:
Profiles.AddForSolid Method: 
Method that creates a profile containing multiple paths for creating solid features.
<code>AddForSolid(Combine As Boolean = True,Curves As Variant,reserved As Variant)As Profile</code>

<code>Combine </code>Optional input Boolean that specifies ......(the following info doesn't help, so I leave it out) 
<code>Curves</code> Optional input ObjectCollection that contains sketch curves. The method will create a profile consisting of only those paths that are comprised of the exact set of sketch curves specified in the ObjectCollection. If not specified, all the possible profile paths are included. This argument is ignored if the Combine argument is specified to be True. 
<code>reserved</code> Optional input Variant reserved for future use. This argument is currently ignored.

while the corresponding wrapper class in the rxInventor.tli is declared as:
HRESULT Profiles::AddForSolid ( VARIANT_BOOL Combine, const VARIANT & Curves, const VARIANT & reserved, struct Profile * * _presult )


I have no idea how to pass the paramter const VARIANT & Curves, could anybody help me ?


Thank you very much!!!

-------------------
I am learning C++ and English
AnswerRe: how to pass the VARIANT argument in this functioin? Pin
ewighell10-Jan-06 18:52
ewighell10-Jan-06 18:52 
GeneralRe: how to pass the VARIANT argument in this functioin? Pin
Rage11-Jan-06 1:15
professionalRage11-Jan-06 1:15 
GeneralRe: how to pass the VARIANT argument in this functioin? Pin
ewighell11-Jan-06 2:42
ewighell11-Jan-06 2:42 
QuestionPARSING HTML FILE Pin
shadrach_india10-Jan-06 17:36
shadrach_india10-Jan-06 17:36 
AnswerRe: PARSING HTML FILE Pin
Christian Graus10-Jan-06 17:55
protectorChristian Graus10-Jan-06 17:55 
QuestionToolBar Win32 Pin
Anilkumar K V10-Jan-06 16:44
Anilkumar K V10-Jan-06 16:44 
AnswerRe: ToolBar Win32 Pin
Stephen Hewitt11-Jan-06 20:57
Stephen Hewitt11-Jan-06 20:57 
GeneralRe: ToolBar Win32 Pin
Anilkumar K V12-Jan-06 20:32
Anilkumar K V12-Jan-06 20:32 
QuestionHow to call Matlab function in VC++? Pin
xyhan10-Jan-06 16:15
xyhan10-Jan-06 16:15 
AnswerRe: How to call Matlab function in VC++? Pin
Ryan Binns10-Jan-06 17:06
Ryan Binns10-Jan-06 17:06 
Questionhow to use a C# toolbar in vc++ Pin
Deviantizh10-Jan-06 15:45
Deviantizh10-Jan-06 15:45 
AnswerRe: how to use a C# toolbar in vc++ Pin
Mohsen Saad10-Jan-06 18:01
Mohsen Saad10-Jan-06 18:01 
GeneralRe: how to use a C# toolbar in vc++ Pin
Deviantizh12-Jan-06 5:57
Deviantizh12-Jan-06 5:57 
Questionis there any way to search the type libraray in the OLE/COM Object Viewer? Pin
ewighell10-Jan-06 15:17
ewighell10-Jan-06 15:17 
AnswerRe: is there any way to search the type libraray in the OLE/COM Object Viewer? Pin
Stephen Hewitt10-Jan-06 16:18
Stephen Hewitt10-Jan-06 16:18 
GeneralRe: is there any way to search the type libraray in the OLE/COM Object Viewer? Pin
ewighell10-Jan-06 17:27
ewighell10-Jan-06 17:27 
Questionhow to resolve overlapped-region Pin
s o v a n n10-Jan-06 14:38
s o v a n n10-Jan-06 14:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.