LuciadCPillar C# 2024.0.08
Luciad.Models.ModelMetadata Class Reference

Represents meta data common for all types of models. More...

Inheritance diagram for Luciad.Models.ModelMetadata:

Classes

class  Builder
 The builder class to create the luciad::ModelMedata class. More...
 

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static Luciad.Models.ModelMetadata.Builder NewBuilder ()
 Creates a builder class for the creation of the ModelMetadata. More...
 

Properties

string Title [get]
 The human-readable description of the model. More...
 

Detailed Description

Represents meta data common for all types of models.

Member Function Documentation

◆ Dispose()

void Luciad.Models.ModelMetadata.Dispose ( )
inline

◆ NewBuilder()

static Luciad.Models.ModelMetadata.Builder Luciad.Models.ModelMetadata.NewBuilder ( )
inlinestatic

Creates a builder class for the creation of the ModelMetadata.

Returns
the builder class for the creation of the ModelMetadata.

Property Documentation

◆ Title

string Luciad.Models.ModelMetadata.Title
get

The human-readable description of the model.

[get]

Returns the human-readable description of the model.