CapitalizationForLoadNames
Description:
Enumerated type listing the options for how electrical load names should be capitalized.
Enumerated type listing the options for how electrical load names should be capitalized.
public enum CapitalizationForLoadNames
| Name | Description |
|---|---|
| Initial | Capitalize the first letter of each word in the load name. |
| Sentence | Capitalize only the first letter of the first word in the load name. |
| SourceParameters | Use the capitalization formatting taken from the parameters that create the load name (Revit 2011 and previous). |
| Upper | Capitalize all letters of every word in the load name. |