Click or drag to resize

DObjectGetVec2Arr Method

返回用户文档首页
从DObject中获取与指定键关联的Vec2数组值。

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public Vec2[] GetVec2Arr(
	string key
)

Parameters

key  String
要获取的键。

Return Value

Vec2
如果找到键且值可转换为Vec2数组,则返回转换后的Vec2数组值;否则返回Vec2空数组。
See Also