2.2.4.43.2 StyleHolder::GetPlotDesignations

Description

get plot designatioin text.

Syntax

string GetPlotDesignations( DWORD * pdwFlags = NULL )

Parameters

pdwFlags
[input]defaut value is NULL

Return

Returns the plot designation of the StyleHolder

Examples

EX1

void StyleHolder_GetPlotDesignations_ex1()
{
    GraphLayer     gl = Project.ActiveLayer();
    if(gl)
    {
        StyleHolder sh = gl.StyleHolders(0);
        if(sh)
        {
            printf("The Plot Designations of this StyleHolder is %s\n", sh.GetPlotDesignations() );
        }
    }
}

Remark

See Also

Header to Include

origin.h