    

 ## On this page

  

 

 # Class GearTrainDocument.ParentInfo

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.GearTrain](VM.Managed.DAFUL.GearTrain.md)  
Assembly: VMDGearTrain.dll

Parent Info class

```csharp
public class GearTrainDocument.ParentInfo

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [GearTrainDocument.ParentInfo](VM.Managed.DAFUL.GearTrain.GearTrainDocument.ParentInfo.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_GearTrain_GearTrainDocument_ParentInfo__ctor_VM_Managed_DAFUL_GearTrain_IOpenDesignerForGearTrain_VM_Managed_DAFUL_GearTrain_GeometryInfoBase_"></a> ParentInfo(IOpenDesignerForGearTrain, GeometryInfoBase)

Initializes a new instance of the  class.

```csharp
public ParentInfo(IOpenDesignerForGearTrain open, GeometryInfoBase info)

```

#### Parameters

`open` [IOpenDesignerForGearTrain](VM.Managed.DAFUL.GearTrain.IOpenDesignerForGearTrain.md)

The open.

`info` [GeometryInfoBase](VM.Managed.DAFUL.GearTrain.GeometryInfoBase.md)

The information.

## Properties

### <a id="VM_Managed_DAFUL_GearTrain_GearTrainDocument_ParentInfo_ExtraInfo"></a> ExtraInfo

Gets or sets the extra information.

```csharp
public GeometryInfoBase ExtraInfo { get; set; }

```

#### Property Value

[GeometryInfoBase](VM.Managed.DAFUL.GearTrain.GeometryInfoBase.md)

### <a id="VM_Managed_DAFUL_GearTrain_GearTrainDocument_ParentInfo_OpenDesigner"></a> OpenDesigner

Gets or sets the open designer.

```csharp
public IOpenDesignerForGearTrain OpenDesigner { get; set; }

```

#### Property Value

[IOpenDesignerForGearTrain](VM.Managed.DAFUL.GearTrain.IOpenDesignerForGearTrain.md)