Id.Id Constructors
Overloaded. Creates a new Id.
Overload List
| Name | Description | |
|---|---|---|
| Public method | Id() | Initializes a new instance of the Id class with zeroes. | 
| Public method | Id(System.UInt64 dataSetId, System.UInt64 featureId) | Initializes a new instance of the Id class with the specified dataset and object ids. | 
Id()
Initializes a new instance of the Id class with zeroes.Syntax
public Id ()Id(System.UInt64 dataSetId, System.UInt64 featureId)
Initializes a new instance of the Id class with the specified dataset and object ids.Syntax
public Id (
    System.UInt64 dataSetId,
    System.UInt64 featureId
)Parameters
dataSetId
Type: System.UInt64
The dataset id.
The dataset id.
featureId
    Type: System.UInt64
The feature id.
The feature id.
Platforms
Windows, Linux, Android