AssetLengthUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the measurement of a single distance unit in an asset.
public enum AssetLengthUnit
type AssetLengthUnit =
Public Enum AssetLengthUnit
- Inheritance
-
AssetLengthUnit
Fields
Name | Value | Description |
---|---|---|
Meters | 0 | Meters. |
Centimeters | 1 | Centimeters. |
Decimeters | 2 | Decimeters. |
Feet | 3 | Feet. |
Inches | 4 | Inches. |
Kilometers | 5 | Kilometers. |
Millimeters | 6 | Millimeters. |
Yards | 7 | Yards. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET