Not applicable
06-16-2018
07:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is a simple question however I seem to be creating my own string constants for categories inside of a revit family document, note Im not talking RVT files, Im talking RFA files.
So do I keep doing what i am doing or is there a safer/faster method, technique to say check ...
if(category == myConstString.Casework) ?
{
//do something here
}
Solved! Go to Solution.