AcMapTopology::Buffer Method

Land Desktop Development ARX CPP SDK

AcMapTopology:: Buffer Method
 

Creates a new topology with the specified buffer setting on the current topology model. To set topology-creation values, call the three functions SetNodeCreationSettings(), SetEdgeCreationSettings(), and SetCentroidCreationSettings().

AcMap::EErrCode Buffer(
    const ACHAR* pszOffset, 
    const ACHAR* pszTopoName, 
    const ACHAR* pszTopoDesc = NULL, 
    double defaultDistance = 1.0
);
Parameters 
Description 
pszOffset 
Input offset distance, as a string. Set this value to NULL to use the default value.  
pszTopoName 
Input name of the new topology.  
pszTopoDesc 
Input description of the new topology. The default value is NULL.  
defaultDistance 
Input default distance of the new topology. The default value is 1.0. The measurement units depend on the current drawing's unit settings.  
Returns

Returns AcMap::EErrCode kOk if successful; 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].