PipeStyleGetHatchStyleProfile Method |
Gets the HatchDisplayStyle object that defines the Profile style for the component indicated by the specified PipeHatchStyleProfileType value.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic HatchDisplayStyle GetHatchStyleProfile(
PipeHatchStyleProfileType component
)
Public Function GetHatchStyleProfile (
component As PipeHatchStyleProfileType
) As HatchDisplayStyle
public:
HatchDisplayStyle^ GetHatchStyleProfile(
PipeHatchStyleProfileType component
)
Parameters
- component PipeHatchStyleProfileType
- The pipe hatch component to get.
Return Value
HatchDisplayStyle
See Also