ne_ven_getStyle
-
VGlobalStyle *sbne::ne_ven_getStyle(Veneer *ven, const unsigned int &index = -1, const std::string &styleId = "")
Gets the indexth VGlobalStyle object of this Veneer object.
- Parameters
ven – a pointer to the Veneer object.
index – the index of the VGlobalStyle object to return.
styleId – a string containing the id of the VGlobalStyle object to return, used if the
indexis not given.
- Returns
a pointer to either the indexth VGlobalStyle object or the one with provided id of this Veneer object.