Click or drag to resize

AssemblyDrawing Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.DrawingDatabaseObject
    LoongCAD.STC.Friendly.DrawingDrawing
      LoongCAD.STC.Friendly.DrawingAssemblyDrawing

Namespace: LoongCAD.STC.Friendly.Drawing
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
[SerializableAttribute]
public sealed class AssemblyDrawing : Drawing

The AssemblyDrawing type exposes the following members.

Constructors
 NameDescription
Public methodAssemblyDrawing 构造函数
Top
Properties
 NameDescription
Public propertyAssemblyId 构件图关联的构件ID
Public propertyCreationDate 获取或设置图纸创建日期
(Inherited from Drawing)
Public propertyCreator 获取或设置图纸创建者
(Inherited from Drawing)
Public propertyDrawingTypeStr 获取图纸类型字符串
(Inherited from Drawing)
Public propertyId 获取图纸ID
(Inherited from Drawing)
Public propertyIsFrozen 获取或设置图纸是否被冻结
(Inherited from Drawing)
Public propertyIsIssued 获取或设置图纸是否已发布
(Inherited from Drawing)
Public propertyIsIssuedButModified 获取或设置图纸发布后是否被修改
(Inherited from Drawing)
Public propertyIsLocked 获取或设置图纸是否被锁定
(Inherited from Drawing)
Public propertyIsLockedBy 获取图纸被谁锁定
(Inherited from Drawing)
Public propertyIsMasterDrawing 获取或设置是否为主图纸
(Inherited from Drawing)
Public propertyIsReadyForIssue 获取或设置图纸是否准备好发布
(Inherited from Drawing)
Public propertyIsReadyForIssueBy 获取图纸被谁标记为准备发布
(Inherited from Drawing)
Public propertyIssuingDate 获取或设置图纸发布日期
(Inherited from Drawing)
Public propertyLayout 获取或设置图纸布局
(Inherited from Drawing)
Public propertyMark 获取或设置图纸标记(如编号等)
(Inherited from Drawing)
Public propertyModificationDate 获取或设置图纸最后修改日期
(Inherited from Drawing)
Public propertyName 获取或设置图纸名称
(Inherited from Drawing)
Public propertyOutputDate 获取图纸输出日期
(Inherited from Drawing)
Public propertySectionViewStartLabel 获取或设置剖面图起始标签
(Inherited from Drawing)
Public propertyTitle1 获取或设置图纸标题1
(Inherited from Drawing)
Public propertyTitle2 获取或设置图纸标题2
(Inherited from Drawing)
Public propertyTitle3 获取或设置图纸标题3
(Inherited from Drawing)
Public propertyUpToDateStatus 获取图纸的更新状态
(Inherited from Drawing)
Top
Methods
 NameDescription
Public methodCommitChanges 提交更改
(Inherited from Drawing)
Public methodCommitChanges(String) 提交更改并附带说明
(Inherited from Drawing)
Public methodDelete 删除图纸
(Inherited from Drawing)
Public methodGetDoubleUserProperties 获取双精度类型的用户自定义属性
(Inherited from Drawing)
Public methodGetIdsOfUnnumberedDrawings 获取未编号图纸的ID列表
(Inherited from Drawing)
Public methodGetIntegerUserProperties 获取整数类型的用户自定义属性
(Inherited from Drawing)
Public methodGetPlotFileName 获取图纸打印文件名
(Inherited from Drawing)
Public methodGetPlotFileNameExt 获取图纸打印文件名后缀
(Inherited from Drawing)
Public methodGetReportProperty(String, Double) 获取该图纸的报告属性(双精度浮点类型)
(Inherited from Drawing)
Public methodGetReportProperty(String, Int32) 获取该图纸的报告属性(32位整数类型)
(Inherited from Drawing)
Public methodGetReportProperty(String, String) 获取该图纸的报告属性(字符串类型)
(Inherited from Drawing)
Public methodGetReportProperty(String, Double, Int32) 获取该图纸的报告属性(双精度浮点类型)
(Inherited from Drawing)
Public methodGetReportProperty(String, Int32, Int32) 获取该图纸的报告属性(32位整数类型)
(Inherited from Drawing)
Public methodGetReportProperty(String, String, Int32) 获取该图纸的报告属性(字符串类型)
(Inherited from Drawing)
Public methodGetSheet 获取图纸图幅大小/纸张对象
(Inherited from Drawing)
Public methodGetStringUserProperties 获取字符串类型的用户自定义属性
(Inherited from Drawing)
Public methodGetUserProperty(String, Double) 获取用户自定义属性 (双精度)
(Inherited from Drawing)
Public methodGetUserProperty(String, Int32) 获取用户自定义属性 (整数)
(Inherited from Drawing)
Public methodGetUserProperty(String, String) 获取用户自定义属性 (字符串)
(Inherited from Drawing)
Public methodInsert 插入图纸
(Inherited from Drawing)
Public methodIsSameDatabaseObject(DatabaseObject) 检查是否为同一个数据库对象
(Inherited from DatabaseObject)
Public methodIsSameDatabaseObject(Object) 检查是否为同一个数据库对象
(Inherited from Drawing)
Public methodModify 修改图纸属性
(Inherited from Drawing)
Public methodPlaceViews 放置视图
(Inherited from Drawing)
Public methodSelect
(Overrides DrawingSelect)
Public methodSetUserProperty(String, Double) 设置用户自定义属性 (双精度)
(Inherited from Drawing)
Public methodSetUserProperty(String, Int32) 设置用户自定义属性 (整数)
(Inherited from Drawing)
Public methodSetUserProperty(String, String) 设置用户自定义属性 (字符串)
(Inherited from Drawing)
Top
See Also