Click or drag to resize

STCInstallPathAttribute Class

返回用户文档首页
指定STC主软件安装路径 调试用,一般不需定义此标签
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STCSTCInstallPathAttribute

Namespace: LoongCAD.STC
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public sealed class STCInstallPathAttribute : Attribute

The STCInstallPathAttribute type exposes the following members.

Constructors
 NameDescription
Public methodSTCInstallPathAttributeInitializes a new instance of the STCInstallPathAttribute class
Top
Properties
 NameDescription
Public propertyInstallPath STC主软件安装路径
Top
Remarks
用于远程调用SDK, 手工指定程序启动时STC DLL加载路径
See Also