LevelOfDetail.LevelOfDetail Constructors
Initializes a new instance of the LevelOfDetail class.
Overload List
Name | Description | |
---|---|---|
Public method | LevelOfDetail() | Initializes a new instance of the LevelOfDetail class that is empty. |
Public method | LevelOfDetail(System.Double limit) | Initializes a new instance of the LevelOfDetail class with the specified limit. |
Public method | LevelOfDetail(System.Double limit, Operator input) | Initializes a new instance of the LevelOfDetail class with the specified limit and input Operator. |
LevelOfDetail()
Initializes a new instance of the LevelOfDetail class that is empty.Syntax
public LevelOfDetail ()
LevelOfDetail(System.Double limit)
Initializes a new instance of the LevelOfDetail class with the specified limit.Syntax
public LevelOfDetail (
System.Double limit
)
Parameters
A limit value.
LevelOfDetail(System.Double limit, Operator input)
Initializes a new instance of the LevelOfDetail class with the specified limit and input Operator.Syntax
public LevelOfDetail (
System.Double limit,
Operator input
)
Parameters
A limit value.
An input operator.
Platforms
Windows, Linux, Android