Click or drag to resize
Reader3dsGetXaml Method (WpfXamlWriterSettings)
Gets the XAML of the last read objects with custom settings.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public string GetXaml(
	WpfXamlWriterSettings settings
)

Parameters

settings
Type: Ab3d.Common.Reader3dsWpfXamlWriterSettings
Settings as WpfXamlWriterSettings that specify how the XAML will be formated

Return Value

Type: String
XAML text
See Also