AcMapAnnotationManager::GetTemplateLayer Function

Land Desktop Development ARX CPP SDK

AcMapAnnotationManager:: GetTemplateLayer Function
 

Retrieves the block layer property of an annotation template. See also SetTemplateLayer().

Acad::ErrorStatus GetTemplateLayer(
    ACHAR *& pszLayer, 
    const ACHAR * pszTemplateName
);
File

AcMapAnnotationManager.h

Parameters 
Description 
pszLayer 
Output template block layer value. This value defaults to the current entity layer 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].