Class AssemblyDocInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the document information for assembly.
public class AssemblyDocInfo : DocInfo
Inheritance
object ← DocInfo ← AssemblyDocInfo
Derived
HiddenDocInfo, TemplateAssemblyDocInfo
Inherited Members
DocInfo.Icon, DocInfo.IsFailedLicense, DocInfo.Type, DocInfo.Name, DocInfo.TypeName, DocInfo.Extension, DocInfo.Description, DocInfo.IconFile, DocInfo.Filter, DocInfo.TypeID, DocInfo.NewFormType, DocInfo.DocCreateInfo, DocInfo.Handle, DocInfo.Modules, DocInfo.Mode, DocInfo.DocumentType, DocInfo.Helper, DocInfo.UntitledDocCount, DocInfo.NewDocumentName, DocInfo.Group, DocInfo.Toolkit, DocInfo.Hidden, DocInfo.Designer, DocInfo.Navigator, DocInfo.ActiveWork, DocInfo.ActiveModel
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AssemblyDocInfo()
public AssemblyDocInfo()
Fields
BuilderType
Builder Type of Assmebly.
public string BuilderType
Field Value
Format
Sets the format info.
public Document3D.FileFormat Format
Field Value
Document3D.FileFormat
Properties
BaseType
Gets or sets the type of the base.
public AssemblyDocInfo.AssemblyType BaseType { get; set; }
Property Value
CategoryName
Gets or sets the category file.
public string CategoryName { get; set; }
Property Value
ChangeUsageForCADExport
Gets or sets a value indicating whether [change usage for cad export].
public bool ChangeUsageForCADExport { get; set; }
Property Value
ChangeUsageForCADImport
Gets or sets a value indicating whether [change usage for cad import].
public bool ChangeUsageForCADImport { get; set; }
Property Value
ChangeUsageForFEImport
Gets or sets a value indicating whether [change usage for fe import].
public bool ChangeUsageForFEImport { get; set; }
Property Value
ChangeUsageForMeshAssembly
Gets or sets a value indicating whether [change usage for mesh assembly].
public bool ChangeUsageForMeshAssembly { get; set; }
Property Value
ChangeUsageForPartAssembly
Gets or sets a value indicating whether [change usage for part assembly].
public bool ChangeUsageForPartAssembly { get; set; }
Property Value
ChangeUsageForSubsystemAssembly
Gets or sets a value indicating whether [change usage for subsystem assembly].
public bool ChangeUsageForSubsystemAssembly { get; set; }
Property Value
IconFiles
Gets or sets the icon files.
public static string[] IconFiles { get; set; }
Property Value
string[]
PriorityType
Gets or sets the type of the base.
public AssemblyDocInfo.AddDocTemplatePriorityType PriorityType { get; set; }