Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ isValid
Method
isValid
src/App/PropertyStandard.cpp:392–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
bool PropertyEnumeration::isValid() const
393
{
394
return _enum.isValid();
395
}
396
397
void PropertyEnumeration::Save(Base::Writer& writer) const
398
{
Callers
3
getValueAsString
Method · 0.45
getPyObject
Method · 0.45
setPyObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected