Reader3dsGetXaml Method (String) |
Gets the XAML of the objectName from the last read objects with default settings.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public string GetXaml(
string objectName
)
Parameters
- objectName
- Type: SystemString
Name of the object from NamedObjects dictionary
Return Value
Type:
StringXAML text
See Also