Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IFileProperty

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMObjBase.dll

This interface is to represent the property for file.

public interface IFileProperty

Extension Methods

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

Properties

AbsolutePath

Gets the absolute path.

string AbsolutePath { get; }

Property Value

string

PropertyDocument

Gets the property document.

PropertyDocumentBase PropertyDocument { get; }

Property Value

PropertyDocumentBase

Unit

Gets the unit.

Unit Unit { get; }

Property Value

Unit

Methods

GetRelativePath(string)

Gets the relative path.

string GetRelativePath(string strRefDir)

Parameters

strRefDir string

The reference directory.

Returns

string

The relative path.

LoadExtraData(SerializationInfo)

Load extra data

void LoadExtraData(SerializationInfo info)

Parameters

info SerializationInfo

SaveExtraData(SerializationInfo)

Save extra data

void SaveExtraData(SerializationInfo info)

Parameters

info SerializationInfo

Connect with Ansys