Click or drag to resize
AkObjectReadObjectFile Method (AkObject, String, String, String)
读取对象文件属性的内容到文件。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool ReadObjectFile(
	AkObject obj,
	string propName,
	ref string destPath,
	out string msg
)

Parameters

obj
Type: Appkit.DataAkObject
对象。
propName
Type: SystemString
属性名称。
destPath
Type: SystemString
该参数为空的话,将使用默认的文件路径。
msg
Type: SystemString
可能的错误消息。

Return Value

Type: Boolean
See Also