Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class DocInfo

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll

This class is to represent the document information.

public class DocInfo

Inheritance

objectDocInfo

Derived

AssemblyDocInfo, ControlDocInfo, PropertyDocInfo

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

DocInfo()

public DocInfo()

Properties

ActiveModel

Gets or sets the active model.

public Model ActiveModel { get; set; }

Property Value

Model

ActiveWork

Gets or sets the active work.

public Work ActiveWork { get; set; }

Property Value

Work

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Designer

Gets or sets the designer.

public string Designer { get; set; }

Property Value

string

DocCreateInfo

Gets or sets the doc create info.

public DocCreateInfo DocCreateInfo { get; set; }

Property Value

DocCreateInfo

DocumentType

Gets the type of the document.

public Type DocumentType { get; }

Property Value

Type

Extension

Gets or sets the extension.

public string Extension { get; set; }

Property Value

string

Filter

Gets or sets the filter.

public string Filter { get; set; }

Property Value

string

Group

Gets or sets the group.

public string Group { get; set; }

Property Value

string

Handle

Gets or sets the handle.

public UIntPtr Handle { get; set; }

Property Value

UIntPtr

Helper

Gets or sets the helper.

public IDocInfoHelper Helper { set; }

Property Value

IDocInfoHelper

Hidden

Gets or sets the hidden state.

public string Hidden { get; set; }

Property Value

string

Icon

Gets or sets the icon.

public Icon Icon { get; }

Property Value

Icon

IconFile

Gets or sets the icon file.

public string IconFile { get; set; }

Property Value

string

IsFailedLicense

Gets a value indicating whether this instance's license is failed.

public bool IsFailedLicense { get; set; }

Property Value

bool

Mode

Gets or sets the mode.

public string Mode { get; set; }

Property Value

string

Modules

Gets or sets the module files.

public string[] Modules { get; set; }

Property Value

string[]

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

Gets or sets the navigator.

public string Navigator { get; set; }

Property Value

string

NewDocumentName

Gets the new name of the document.

public string NewDocumentName { get; }

Property Value

string

NewFormType

Gets or sets the new type of the form.

public string NewFormType { get; set; }

Property Value

string

Toolkit

Gets or sets the toolkit.

public string Toolkit { get; set; }

Property Value

string

Type

Gets or sets the type.

public string Type { get; set; }

Property Value

string

TypeID

Gets or sets the type ID.

public string TypeID { get; set; }

Property Value

string

TypeName

Gets or sets the name of the type.

public string TypeName { get; set; }

Property Value

string

UntitledDocCount

Gets or sets the untitled doc count.

public uint UntitledDocCount { get; set; }

Property Value

uint

Connect with Ansys