GETN_CURVE_OPERATION

 

Name

GETN_CURVE_OPERATION

Declaration

#define GETN_CURVE_OPERATION(_TR_NAME)    GETN_OPERATION(_TR_NAME) _tmpNode.SetAttribute(STR_ACTIVE_CURVE, "Input");

Remark

GETN_CURVE_OPERATION constructs a base GetNbox tree with advanced option and curve show.

Checking the "Show advanced option" checkbox will bring out the advanced option..

And this dialogbox will be the tree look(solid look).

This macro type can only be used once in one function, otherwise it will create "duplicate declaration" compile error.

Can't use in one function of following marco in pairs too, GETN_NAMED_TREE,GETN_NAMED_TREE2,GETN_TREE,GETN_USE,GETN_BOX

Parameters

_TR_NAME
name of the tree.

Return

Examples

EX1

#include <GetNbox.h>
void GETN_CURVE_OPERATION_ex1()
{
    GETN_CURVE_OPERATION(testTree)
    GETN_STR(WksName, "Worksheet Name (please use short name)", "This is a test")
    if( GetNBox( testTree ))
        out_tree( testTree );
}

See Also

Header to Include

GetNbox.h

Reference