Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class PressureLoadUserSubroutine

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Flexible.Force
Assembly: VMFlexibleBase.dll

This class is to represent the characteristic properties of user-subroutine type.

이 클래스는 사용자 정의 함수의 특성을 나타냅니다.

public sealed class PressureLoadUserSubroutine : PressureLoadFunction, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable, IReservable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← PressureLoadFunctionPressureLoadUserSubroutine

Implements

IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable, IReservable

Inherited Members

PressureLoadFunction.Type, LinkContainer.SetModified(), LinkContainer.raise_OnUpdating(object, LinkEventArgs), LinkContainer.raise_OnUpdate(object, LinkEventArgs), LinkContainer.raise_OnDestroying(object, LinkEventArgs), LinkContainer.raise_OnDestroy(object, LinkEventArgs), LinkContainer.raise_OnAdded(object, AddToDocEventArgs), LinkContainer.raise_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.SetContainer(IOwned, bool), LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

Extension Methods

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

Constructors

PressureLoadUserSubroutine()

Initializes a new instance of the class.

클래스의 새로운 객체를 초기화 해줍니다.

public PressureLoadUserSubroutine()

Properties

Type

Gets the function type.

함수 타입을 가져오거나 넣어줍니다.

public override PressureLoadFunction.FunctionType Type { get; }

Property Value

PressureLoadFunction.FunctionType

UserSubroutine

Gets or sets the user subroutine.

사용자 정의 함수를 가져오거나 넣어줍니다.

Type : UserSubroutine LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : User Subroutine Control Type : User Subroutine Editor ToolTip : N/A Error Message : N/A Category : Load Category Index : 1 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No

public UserSubroutine UserSubroutine { get; set; }

Property Value

UserSubroutine

Connect with Ansys