Click or drag to resize
AkObjectReadObjectFile Method (String, String, 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(
	string objType,
	string objId,
	string propName,
	ref string destPath,
	out string msg
)

Parameters

objType
Type: SystemString
objId
Type: SystemString
propName
Type: SystemString
destPath
Type: SystemString
该参数为空的话,将使用默认的文件路径。
msg
Type: SystemString
可能的错误消息。

Return Value

Type: Boolean
See Also