2.2.4.43.1 StyleHolder::GetDescription

Description

get a text string to describe a StyleHolder

Syntax

string GetDescription( )

Parameters

Return

Returns the description of the StyleHolder

Examples

EX1

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

Remark

See Also

Header to Include

origin.h