Name | Description | |
---|---|---|
![]() ![]() | Instance | Gets the singleton instance for DisplayUnitFormats |
The following tables list the members exposed by DisplayUnitFormats.
Name | Description | |
---|---|---|
![]() | GetDefaultProjectUnitFormat | Gets the default unit format in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPredefinedProjectUnitFormats | Gets the complete list of available unit formats in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetProjectUnitFormats | Get the current list of unit formats in the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefaultProjectUnitFormat | Set the given project default unit format in the current project. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetProjectUnitFormats | Sets the list of project unit formats for the current project for the given UnitFormatType. This method must be called on the MCT. Use QueuedTask.Run. |