返回分配给插件的统一资源定位器 (URL)。 支持的平台:仅窗口 Namespace:AcStMgr 集会:AcStMgr.tlb 签名VB.NET: Public ReadOnly Property HRef() As String _ Implements IAcStPlugin2.HRef Get Return "..." End Get End Property C#: public string HRef { get { return "..."; } }
属性值只读:是的 类型:字符串 分配给插件的统一资源定位器 (URL)。 列出的 URL 应将用户定向到可在其中获取有关插件信息的网站。 言论没有额外的评论。 发布信息释放:AutoCAD 2004 及更高版本
例子VB.NET: Public ReadOnly Property HRef() As String _ Implements IAcStPlugin2.HRef Get Return "http://www.mycadaddons.com/layers/" End Get End Property C#: public string HRef { get { return "http://www.mycadaddons.com/layers/"; } } |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-1-8 19:45
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.