AcMapDMElement::GetAllStyleReferencesIterator Method

Land Desktop Development ARX CPP SDK

AcMapDMElement:: GetAllStyleReferencesIterator Method
 

Retrieves an iterator over a collection of style references (for the corresponding style set) applied to this element.

AcMapDMAllStyleReferencesIterator* GetAllStyleReferencesIterator(
    double dScale = 0., 
    bool bForward = true, 
    bool bSkipProxies = false
) const;
Parameters 
Description 
dScale 
Input scale. The default value is zero, the current scale.  
bForward 
Input true for forward traversal.  
bSkipProxies 
Input true to skip over StyleReferences that refer to proxy Styles  
Returns
Remarks

The iterator will iterate all StyleReferences, and StyleId() may return an Id to an AcDbProxyObject, unless the bSkipProxies argument is passed as true.

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