AcMapDMSEAnnotationStyle::Update Method

Land Desktop Development ARX CPP SDK

AcMapDMSEAnnotationStyle:: Update Method
 

Builds topology stylization information for later regeneration.

virtual Acad::ErrorStatus Update(
    void*& pCookie, 
    const ACHAR* pTopoName, 
    Adesk::IntDbId lTopoId, 
    Adesk::UInt32 flag = 0
);
Parameters 
Description 
pCookie 
Input opaque memory value for later access by Dismiss().  
pTopoName 
Input topology name.  
lTopoId 
Input topology element ID.  
flag 
Reserved. For internal use only.  
Returns

Returns Acad::eOk if successful; otherwise, returns a different error code.

Remarks

Derived classes can perform any one-time Update()-time actions here. At Dismiss() time, the implementation can do any required work to clean up storage created at Update() time.

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