Click or drag to resize

PropertiesImport Method (String, PropertyAttrs)

Imports a tag-string into this collection. The string should be in the format of: name=value;name=value

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Import(
	string tagString,
	PropertyAttrs attrs
)

Parameters

tagString
Type: SystemString
The collection to import
attrs
Type: NetQuarryPropertyAttrs
Attributes to set on the properties imported
See Also