AcMapTraceParameters::AcMapTraceParameters Constructor

Land Desktop Development ARX CPP SDK

AcMapTraceParameters:: AcMapTraceParameters Constructor
 

Constructs an instance of this class.

AcMapTraceParameters(
    double dMinResistance, 
    double dMaxResistance, 
    const ACHAR* aNodeResistanceExpression, 
    const ACHAR* aLinkDirectionExpression, 
    const ACHAR* aLinkResistanceExpression, 
    const ACHAR* aLinkReverseResistanceExpression, 
    bool bUseReverseDirection, 
    const ACHAR* aName = NULL, 
    const ACHAR* aDescription = NULL
);
Parameters 
Description 
dMinResistance 
Input minimum resistance.  
dMaxResistance 
Input maximum resistance.  
aNodeResistanceExpression 
Input node resistance expression.  
aLinkDirectionExpression 
Input link direction expression.  
aLinkResistanceExpression 
Input link resistance expression.  
aLinkReverseResistanceExpression 
Input link reverse resistance expression.  
bUseReverseDirection 
Input true to use reverse direction; otherwise, false.  
aName 
Input name of the new topology. If this value is NULL, no new topology is created. The default value is NULL.  
aDescription 
Input description of the new topology. The default value is NULL.  
Returns

Returns nothing.

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