LuciadCPillar C# 2024.0.05
|
Represents an identifier for a feature within a view. More...
Public Member Functions | |
LayerFeatureId (ulong layerId, ulong featureId) | |
Creates a new instance. More... | |
bool | Equals (LayerFeatureId other) |
override bool | Equals (object other) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator!= (LayerFeatureId lhs, LayerFeatureId rhs) |
static bool | operator== (LayerFeatureId lhs, LayerFeatureId rhs) |
Properties | |
ulong | FeatureId [get] |
The feature id. More... | |
ulong | LayerId [get] |
The layer id. More... | |
Represents an identifier for a feature within a view.
|
inline |
Creates a new instance.
layerId | a layer id |
featureId | a feature id |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
get |
The feature id.
The feature id.
|
get |
The layer id.
The layer id.