SubType
Description
Obtains the name of a scope subtype.
Prototype
APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.
const std::string &SubType() const; Status SubType(AscendString &sub_type) const;
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
sub_type |
Output |
Scope subtype name |
Returns
Parameter |
Description |
|---|---|
- |
Scope subtype name |
Restrictions
None
Parent topic: Class Scope