Overload List
| Method | Description |
|---|---|
AcString::mid (Adesk::Int32, Adesk::Int32) | Gets a substring from the string.The functionality is the same as the substr() method. |
AcString::mid (Adesk::Int32) | Gets substring from the specified position to the string's end. |
