|
LuciadCPillar C# 2026.0.09
|
Data class that stores attribution data. More...
Public Member Functions | |
| DataAttribution (System.Collections.Generic.IList< string > strings) | |
Creates a new DataAttribution. | |
| void | Dispose () |
| override bool | Equals (object other) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static Luciad.Models.DataAttribution | Empty () |
Creates an empty DataAttribution. | |
Properties | |
| System.Collections.Generic.IList< string > | AttributionStrings [get] |
| The attribution strings. | |
Data class that stores attribution data.
|
inline |
Creates a new DataAttribution.
| strings | the attribution strings. |
|
inline |
|
inlinestatic |
Creates an empty DataAttribution.
DataAttribution.
|
inline |
|
inline |
|
get |
The attribution strings.
Returns the attribution strings.