Share

AcDbSymbolUtilities::Services::makeDependentName

C++

virtual Acad::ErrorStatus makeDependentName(
    AcString & sNewName, 
    const ACHAR * dwgName, 
    const ACHAR * symbolName
) const = 0;

Description

Performs the necessary concatenation of the specified drawing name and symbol name to create a dependent symbol name. A copy of the resulting name is allocated in sNewName. No validation of the drawing name, symbol name, or the resulting symbol name is done.

null pointers for dwgName and symbolName are treated as empty strings.

Parameters

Parameters Description
sNewName Output containing the new name
dwgName Input pointer to the drawing name
symbolName Input pointer to the symbol name

Returns

Error status from the creation of the dependent name.

Links

AcDbSymbolUtilities::Services, AcDbSymbolUtilities Namespace

Was this information helpful?