PressurePipeStyleGetHatchStyleProfile Method |
Gets the HatchDisplayStyle object that defines the profile style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic HatchDisplayStyle GetHatchStyleProfile(
PressurePipeHatchStyleProfileType component
)
Public Function GetHatchStyleProfile (
component As PressurePipeHatchStyleProfileType
) As HatchDisplayStyle
public:
HatchDisplayStyle^ GetHatchStyleProfile(
PressurePipeHatchStyleProfileType component
)
Parameters
- component PressurePipeHatchStyleProfileType
- The pressure pipe hatch component to get.
Return Value
HatchDisplayStyle
See Also