AcMapMbMapSheetTemplate:: GetArrowDirection Method
Gets adjacency direction from the adjacent arrow placeholder.
static Acad::ErrorStatus GetArrowDirection( AcMapMbMapBookManager::EAdjacentTile& adjDirection, const AcDbObjectId& objectId );
Parameters |
Description |
adjDirection |
Output adjacency direction. |
objectId |
Input Id of the adjacent arrow placeholder that is an insert with the attribute. The value of the attribute should be one of the following nonlocalizible strings "TOP" "TOPRIGHT" "RIGHT" "BOTTOMRIGHT" "BOTTOM" "BOTTOMLEFT" "LEFT" "TOPLEFT" |
Returns
Returns Acad::eOk if successful; Acad::eWrongObjectType in the case the Id is not Id of an adjacent arrow placeholder; Acad::eKeyNotFound if attribute value does not correspond to any of the values above; otherwise, returns a different 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].