API Reference > Namespaces > OdEd Namespace > Structs, Records, Enums > OdEd::GetStringOptions Enumeration
OdEd::GetStringOptions Enumeration
Syntax
C++
enum GetStringOptions { kGstDefault = 0, kGstNoSpaces = 0, kGstAllowSpaces = 1, kGstNoEmpty = 2 };

EdUserIO.h

Members 
Description 
kGstDefault = 0 
Spaces disallowed, no KeywordExceptions 
kGstNoSpaces = 0 
Spaces disallowed 
kGstAllowSpaces = 1 
The first space character will not terminate the input. 
kGstNoEmpty = 2 
The first space character will not terminate the input. 

This is record OdEd::GetStringOptions.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.