Click or drag to resize

INumberable Interface

返回用户文档首页
可编号接口

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public interface INumberable

The INumberable type exposes the following members.

Properties
 NameDescription
Public propertyIsManualNumber 是否指定编号
Public propertyNumber 编号
Public propertyNumberFixed 是否以起始编号指定零件编号序列号
Public propertyNumberPostfix 编号后缀
Public propertyNumberPrefix 编号前缀
Public propertyNumberStart 起始编号
Public propertyPrebuiltNumberFixed 是否以起始编号指定构件编号序列号
Top
See Also