Click or drag to resize

ShxAttributeHelperMakeAttributeFile Method

Make Attribute File for Import

Namespace:  VIZPubLib
Assembly:  VIZPubLib (in VIZPubLib.dll) Version: 1.15.19.1119 (1.15.19.1119)
Syntax
C#
public bool MakeAttributeFile(
	Dictionary<string, ShxAttributeModelNode> model,
	string path,
	out string attribute_file,
	out string viz_file
)

Parameters

model
Type: System.Collections.GenericDictionaryString, ShxAttributeModelNode
Model Info
path
Type: SystemString
Model Path
attribute_file
Type: SystemString
Attribute File
viz_file
Type: SystemString
VIZ File

Return Value

Type: Boolean
결과 - True / False
See Also