AcMapDMElement::MoveStyle Method

Land Desktop Development ARX CPP SDK

AcMapDMElement:: MoveStyle Method
 

Moves a style within an element.

Acad::ErrorStatus MoveStyle(
    const AcDbObjectId& styleRefId, 
    AcMapDMAllStyleReferencesIterator& newPosition
);
Parameters 
Description 
styleRefId 
Input ID of the style reference.  
newPosition 
Input new position to move to. See also AcMapDMAllStyleReferencesIterator 
Returns

Returns Acad::eOk if successful. Returns Acad::eInvalidOwnerObject if the specified style reference belongs to another element. Returns Acad::eInvalidIndex if newPosition is invalid. Returns Acad::eUnrecoverableErrors if a fatal error occurred.

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].