|
FRX SDK Documentation 2025 SP0
|
#include <AcUnderlayLayer.h>
Public Types | |
| enum | State { kOff = 0 , kOn = 1 } |
Public Member Functions | |
| AcUnderlayLayer (void) | |
| ~AcUnderlayLayer (void) | |
| AcString | name (void) const |
| State | state (void) const |
| Acad::ErrorStatus | setName (AcString const &) |
| Acad::ErrorStatus | setState (State) |
Definition at line 23 of file AcUnderlayLayer.h.
| Enumerator | |
|---|---|
| kOff | |
| kOn | |
Definition at line 26 of file AcUnderlayLayer.h.
| AcUnderlayLayer::AcUnderlayLayer | ( | void | ) |
| AcUnderlayLayer::~AcUnderlayLayer | ( | void | ) |
| Acad::ErrorStatus AcUnderlayLayer::setName | ( | AcString const & | ) |
| Acad::ErrorStatus AcUnderlayLayer::setState | ( | State | ) |