Reader3dsGetXaml Method (WpfXamlWriterSettings, String) |
Gets the XAML of the objectName from the last read objects with custom settings.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax 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:
StringXAML text
See Also