CGXAbstractUserAttribute::GetDoubleValue
virtual double GetDoubleValue() const;
Remarks
GetDoubleValue returns a double value. By default, the method returns atof(GetValue());
The CGXUserAttribute class provides an optimized version of this method. The internally stored number will be returned directly.