You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| BlankGeology |[string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0)| Only implemented when the BlankGeologyStrategy is set to replacement. <br>If blank geology occurs in the GEOL_GEOL columns, assign a geology to replace it e.g. Made ground. | - |
30
-
| BlankGeologyStraegy |[BlankGeologyStrategy](/om_documentation/oM/Adapter/Adapters/AGS/BlankGeologyStrategy)| The strategy used to handle blank geology entries. | - |
30
+
| BlankGeologyStraegy |[BlankGeologyStrategy](/api_documentation/oM/Adapter/Adapters/AGS/BlankGeologyStrategy)| The strategy used to handle blank geology entries. | - |
31
31
32
32
33
33
### Inherited properties
@@ -36,9 +36,9 @@ The following properties are inherited from the base class of the object
| WrapNonBHoMObjects |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If your Toolkit needs support for non-BHoM objects, set this to true. | - |
39
-
| DefaultPushType |[PushType](/om_documentation/oM/Framework/Adapter/PushType)| If your Toolkit does not support the Full Push (FullCRUD method), you can select another behaviour here (e.g. CreateOnly). | - |
39
+
| DefaultPushType |[PushType](/api_documentation/oM/Framework/Adapter/PushType)| If your Toolkit does not support the Full Push (FullCRUD method), you can select another behaviour here (e.g. CreateOnly). | - |
40
40
| CloneBeforePush |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Deep clones the objects before Pushing them.As the objects get modified during the Push (e.g. their externalId is added to them),this avoids backpropagation in visual programming environments like Grasshopper. | - |
| HandleDependencies |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If your adapter does not define DependencyTypes, this can be set to false for performance. | - |
| Type |[EPDType](/om_documentation/oM/Analytical/LifeCycleAssessment/EPDType)| The Type of Environmental Product Declaration | - |
29
+
| Type |[EPDType](/api_documentation/oM/Analytical/LifeCycleAssessment/EPDType)| The Type of Environmental Product Declaration | - |
30
30
| Id |[string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0)| Specifies ID to search and return objects for in CarbonQueryDatabase. If this is specified it supersedes other input parameters. | - |
31
31
| Count |[int](https://learn.microsoft.com/en-us/dotnet/api/System.Int32?view=netstandard-2.0)| Sets maximum amount of items to return from CarbonQueryDatabase | - |
32
32
| NameLike |[string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0)| Specifies string to search and return objects for in CarbonQueryDatabase, ie RedBuilt RedLam LVL | - |
@@ -40,7 +40,7 @@ The following properties are inherited from the base class of the object
| WrapNonBHoMObjects |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true, the Push action wraps any non-BHoM type into a BH.oM.Adapter.ObjectWrapper, allowing them to make use of the full Adapter workflow. | - |
42
42
| AllowHashForComparing |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true and if no specific EqualityComparer is found for the type, Diffing hashes are computed and used to compare the objects. | - |
43
-
| DiffingConfig |[DiffingConfig](/om_documentation/oM/Framework/Diffing/DiffingConfig)| Configurations for the Diffing hashing. Requires `AllowHashForComparing` to be set to true. | - |
43
+
| DiffingConfig |[DiffingConfig](/api_documentation/oM/Framework/Diffing/DiffingConfig)| Configurations for the Diffing hashing. Requires `AllowHashForComparing` to be set to true. | - |
| SectionDatabase |[SectionDatabase](/om_documentation/oM/Adapter/Adapters/ETABS/SectionDatabase)| The ETABS defined section database to read sections from if the name of the sections you push share a name with one avalible in the database | - |
28
+
| SectionDatabase |[SectionDatabase](/api_documentation/oM/Adapter/Adapters/ETABS/SectionDatabase)| The ETABS defined section database to read sections from if the name of the sections you push share a name with one avalible in the database | - |
0 commit comments