Click or drag to resize

SceneProxyImplCreateObject(DefineObjectType) Method

返回用户文档首页
创建代理对象

Namespace: LoongCAD.STC.Proxy
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public ObjectProxyBase CreateObject(
	DefineObjectType type
)

Parameters

type  DefineObjectType
对象类型

Return Value

ObjectProxyBase

Implements

SceneProxyCreateObject(DefineObjectType)
See Also