Click or drag to resize
Reader3dsGetXaml Method (String)
Gets the XAML of the objectName from the last read objects with default settings.

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

Parameters

objectName
Type: SystemString
Name of the object from NamedObjects dictionary

Return Value

Type: String
XAML text
See Also