Settings for PipeNetwork.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsAmbient
Autodesk.Civil.SettingsSettingsPipeNetwork
More
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SettingsPipeNetwork : SettingsAmbient
VB
Public Class SettingsPipeNetwork Inherits SettingsAmbient
C++
public ref class SettingsPipeNetwork : public SettingsAmbient
The SettingsPipeNetwork type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Acceleration |
Gets the Acceleration settings
(Inherited from SettingsAmbient) |
![]() | Angle |
The Angle settings
(Inherited from SettingsAmbient) |
![]() | Area |
The Area settings
(Inherited from SettingsAmbient) |
![]() | Coordinate |
The Coordinate settings
(Inherited from SettingsAmbient) |
![]() | Default | Gets the settings to establish the default settings assigned to pipe networks when they are created. |
![]() | DegreeOfCurvature |
Gets the DegreeOfCurvature settings
(Inherited from SettingsAmbient) |
![]() | Dimension |
The Dimension settings
(Inherited from SettingsAmbient) |
![]() | Direction |
The Direction settings
(Inherited from SettingsAmbient) |
![]() | Distance |
The Distance settings
(Inherited from SettingsAmbient) |
![]() | Elevation |
The Elevation settings
(Inherited from SettingsAmbient) |
![]() | General |
The General settings
(Inherited from SettingsAmbient) |
![]() | Grade |
Gets the Grade settings
(Inherited from SettingsAmbient) |
![]() | GradeSlope |
Gets the GradeSlope settings
(Inherited from SettingsAmbient) |
![]() | GridCoordinate |
Gets the GridCoordinate settings
(Inherited from SettingsAmbient) |
![]() | Labeling |
Gets the Labeling settings
(Inherited from SettingsAmbient) |
![]() | LatLong |
Gets the LatLong settings
(Inherited from SettingsAmbient) |
![]() | NameFormat | Gets the settings to specify the default name formats for pipe network components (pipe network, pipes, structures). |
![]() | Pressure |
Gets the Pressure settings
(Inherited from SettingsAmbient) |
![]() | ProfileLabelPlacement | Gets the settings to establish the default placement of profile view labels associated with the pipe network. |
![]() | Rules | Gets the settings to establish the default rule set assigned to pipes and structures that are added to the pipe network. |
![]() | SectionLabelPlacement | Gets the settings to establish the default placement of section view labels associated with the pipe network. |
![]() | Slope |
Gets the Slope settings
(Inherited from SettingsAmbient) |
![]() | Speed |
Gets the Speed settings
(Inherited from SettingsAmbient) |
![]() | Station |
Gets the Station settings
(Inherited from SettingsAmbient) |
![]() | StormSewersMigration | Gets the settings to establish the default rule set assigned to pipes and structures that are added to the pipe network. |
![]() | Styles | Gets the default styles assigned to pipe network components. |
![]() | Time |
The Time settings
(Inherited from SettingsAmbient) |
![]() | TransparentCommands |
Gets the TransparentCommands settings
(Inherited from SettingsAmbient) |
![]() | Unitless |
The Unitless settings
(Inherited from SettingsAmbient) |
![]() | Volume |
Gets the Volume settings
(Inherited from SettingsAmbient) |
Example
1SettingsPipeNetwork oSettingsPipeNetwork = doc.Settings.GetSettings<SettingsPipeNetwork>() as SettingsPipeNetwork; 2ed.WriteMessage("Using pipe rules: {0}\n", oSettingsPipeNetwork.Rules.Pipe.Value.ToString()); 3 4// Set the default units used for pipes in this document. 5oSettingsPipeNetwork.Angle.Unit.Value = Autodesk.Civil.AngleUnitType.Radian; 6oSettingsPipeNetwork.Coordinate.Unit.Value = Autodesk.Civil.LinearUnitType.Foot; 7oSettingsPipeNetwork.Distance.Unit.Value = Autodesk.Civil.LinearUnitType.Foot;
See Also
Reference
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsAmbient
Autodesk.Civil.SettingsSettingsPipeNetwork
Autodesk.Civil.SettingsSettingsCmdAddNetworkPartPlanLabel
Autodesk.Civil.SettingsSettingsCmdAddNetworkPartProfLabel
Autodesk.Civil.SettingsSettingsCmdAddNetworkPartSectLabel
Autodesk.Civil.SettingsSettingsCmdAddNetworkPartsToProf
Autodesk.Civil.SettingsSettingsCmdAddNetworkPipeTable
Autodesk.Civil.SettingsSettingsCmdAddNetworkPlanLabels
Autodesk.Civil.SettingsSettingsCmdAddNetworkProfLabels
Autodesk.Civil.SettingsSettingsCmdAddNetworkSectLabels
Autodesk.Civil.SettingsSettingsCmdAddNetworkStructTable
Autodesk.Civil.SettingsSettingsCmdAddSpanningPipePlanLabel
Autodesk.Civil.SettingsSettingsCmdAddSpanningPipeProfLabel
Autodesk.Civil.SettingsSettingsCmdCreateAlignFromNetwork
Autodesk.Civil.SettingsSettingsCmdCreateInterferenceCheck
Autodesk.Civil.SettingsSettingsCmdCreateNetwork
Autodesk.Civil.SettingsSettingsCmdCreateNetworkFromObject
Autodesk.Civil.SettingsSettingsCmdCreateNetworkPartsList
Autodesk.Civil.SettingsSettingsCmdCreateNetworkPartsListFull
Autodesk.Civil.SettingsSettingsCmdCreateNetworkReference
Autodesk.Civil.SettingsSettingsCmdEditInStormSewers
Autodesk.Civil.SettingsSettingsCmdExportStormSewerData
Autodesk.Civil.SettingsSettingsCmdImportStormSewerData
Autodesk.Civil.SettingsSettingsCmdRenamePipeNetworkParts
Autodesk.Civil.SettingsSettingsCmdResetAnchorPipe
Autodesk.Civil.SettingsSettingsCmdShowSpanningPipes