Click or drag to resize
Reader3dsGetXaml Method (WpfXamlWriterSettings, String)
Gets the XAML of the objectName from 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,
	string objectName
)

Parameters

settings
Type: Ab3d.Common.Reader3dsWpfXamlWriterSettings
Settings as WpfXamlWriterSettings that specify how the XAML will be formated. If null a default settings will be used.
objectName
Type: SystemString
Name of the object from NamedObjects dictionary

Return Value

Type: String
XAML text
See Also