Click or drag to resize

Profile Class

返回用户文档首页
截面
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STCProfile
      More

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class Profile : SyncProxy

The Profile type exposes the following members.

Constructors
 NameDescription
Public methodProfile 构造函数
Top
Properties
 NameDescription
Public propertyLayout 截面支持的参数
Public propertyName 截面名称
Public propertyShapeHeight 截面高度
Public propertyShapeRight 截面右边缘位置
Public propertyShapeTop 截面顶边缘位置
Public propertyShapeWidth 截面宽度
Public propertyShapeX 截面X方向起始位置
Public propertyShapeY 截面Y方向起始位置
Public propertySubType 截面子类型
Public propertyType 截面类型
Top
Methods
 NameDescription
Public methodFlush 传递属性
(Inherited from SyncProxy)
Public methodGetDouble 获取double类型的参数
Public methodGetInt 获取int类型的参数
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Top
See Also
Inheritance Hierarchy