AcMapAnnotationManager::GetTemplateLinetype Function

Land Desktop Development ARX CPP SDK

AcMapAnnotationManager:: GetTemplateLinetype Function
 

Retrieves the block linetype property of an annotation template. See also SetTemplateLinetype().

Acad::ErrorStatus GetTemplateLinetype(
    ACHAR *& pszLinetype, 
    const ACHAR * pszTemplateName
);
File

AcMapAnnotationManager.h

Parameters 
Description 
pszLinetype 
Output template block linetype value. This value defaults to the current entity linetype when a template is created. The caller must free this object explicitly, typically with acutDelString().  
pszTemplateName 
Input name of the template to examine.  
Returns

Returns Acad::eOk if successful; otherwise, returns an error code.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].