Class GearTrainDocument.ParentInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Parent Info class
public class GearTrainDocument.ParentInfo
Inheritance
object ← GearTrainDocument.ParentInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ParentInfo(IOpenDesignerForGearTrain, GeometryInfoBase)
Initializes a new instance of the
public ParentInfo(IOpenDesignerForGearTrain open, GeometryInfoBase info)
Parameters
open IOpenDesignerForGearTrain
The open.
info GeometryInfoBase
The information.
Properties
ExtraInfo
Gets or sets the extra information.
public GeometryInfoBase ExtraInfo { get; set; }
Property Value
OpenDesigner
Gets or sets the open designer.
public IOpenDesignerForGearTrain OpenDesigner { get; set; }