Click or drag to resize
ModelServiceGetPropNamesAndDisplays Method (AkType, ListString, ListString)

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void GetPropNamesAndDisplays(
	AkType type,
	out List<string> names,
	out List<string> displays
)

Parameters

type
Type: Appkit.DataAkType
names
Type: System.Collections.GenericListString
displays
Type: System.Collections.GenericListString
See Also