Share

AcDbViewSymbol::setIdentifier Method

C++

Acad::ErrorStatus setIdentifier(
    const AcString& sName
);

Description

Sets the identifier of the view symbol. For the AcDbSectionSymbol object, the identifier can be set with characters that are not excluded by the associated AcDbSectionViewStyle object.

Parameters

Parameters Description
sName Input: the identifier for the view symbol

Returns

Acad::eOk if successful. Acad::eInvalidInput if the given identifier is not a valid identifier.

Links

AcDbViewSymbol Class

Was this information helpful?