LuciadCPillar C# 2023.1.04
Luciad.Layers.Features.LayerFeatureId Struct Reference

Represents an identifier for a feature within a view. More...

Inheritance diagram for Luciad.Layers.Features.LayerFeatureId:

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]
 
ulong LayerId [get]
 

Detailed Description

Represents an identifier for a feature within a view.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LayerFeatureId.

Constructor & Destructor Documentation

◆ LayerFeatureId()

Luciad.Layers.Features.LayerFeatureId.LayerFeatureId ( ulong  layerId,
ulong  featureId 
)
inline

Creates a new instance.

layerId

a layer id

featureId

a feature id

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LayerFeatureId::LayerFeatureId.

Member Function Documentation

◆ Equals() [1/2]

bool Luciad.Layers.Features.LayerFeatureId.Equals ( LayerFeatureId  other)
inline

◆ Equals() [2/2]

override bool Luciad.Layers.Features.LayerFeatureId.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Layers.Features.LayerFeatureId.GetHashCode ( )
inline

◆ operator!=()

static bool Luciad.Layers.Features.LayerFeatureId.operator!= ( LayerFeatureId  lhs,
LayerFeatureId  rhs 
)
inlinestatic

◆ operator==()

static bool Luciad.Layers.Features.LayerFeatureId.operator== ( LayerFeatureId  lhs,
LayerFeatureId  rhs 
)
inlinestatic

Property Documentation

◆ FeatureId

ulong Luciad.Layers.Features.LayerFeatureId.FeatureId
get

◆ LayerId

ulong Luciad.Layers.Features.LayerFeatureId.LayerId
get