← Back to carmenta.com
Carmenta Engine SDK Documentation
×

SymbolAttributeMetadataCollection.SymbolAttributeMetadataCollection Constructors

Initializes a new instance of the SymbolAttributeMetadataCollection class.

Overload List

 NameDescription
Public methodSymbolAttributeMetadataCollection()Initializes a new empty instance of the SymbolAttributeMetadataCollection class.
Public methodSymbolAttributeMetadataCollection(IEnumerable< SymbolAttributeMetadata > items)Initializes a new instance of the SymbolAttributeMetadataCollection class with the specified elements.

SymbolAttributeMetadataCollection()

Initializes a new empty instance of the SymbolAttributeMetadataCollection class.

Syntax

C#
public SymbolAttributeMetadataCollection ()

SymbolAttributeMetadataCollection(IEnumerable< SymbolAttributeMetadata > items)

Initializes a new instance of the SymbolAttributeMetadataCollection class with the specified elements.

Syntax

C#
public SymbolAttributeMetadataCollection (
	IEnumerable< SymbolAttributeMetadata > items
)

Parameters

items
Type: A collection of SymbolAttributeMetadata elements.
A collection of items to add to the new collection.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept