Click or drag to resize

MetadataManagerRegisterReferenceType Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static MetadataManagerReferenceType RegisterReferenceType(
	string name,
	bool canOverridePrevious,
	MetadataManagerReferenceTypeGetValueDelegate getValueFunction,
	MetadataManagerReferenceTypeGetMemberDelegate getMemberFunction
)

Parameters

name
Type: SystemString
canOverridePrevious
Type: SystemBoolean
getValueFunction
Type: NeoAxisMetadataManagerReferenceTypeGetValueDelegate
getMemberFunction
Type: NeoAxisMetadataManagerReferenceTypeGetMemberDelegate

Return Value

Type: MetadataManagerReferenceType
See Also