Click or drag to resize

BaseComponentGetAttribute(String, Int64) Method

返回用户文档首页
获取int属性值

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public bool GetAttribute(
	string name,
	ref long val
)

Parameters

name  String
属性名称
val  Int64
属性值

Return Value

Boolean
是否获取成功
See Also