MassHaulLineStyleGetHatchDisplayStyleProfile Method |
Gets the HatchDisplayStyle object that specifies profile display properties for the MassHaulLine component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic HatchDisplayStyle GetHatchDisplayStyleProfile(
MassHaulLineHatchDisplayStyleType type
)
Public Function GetHatchDisplayStyleProfile (
type As MassHaulLineHatchDisplayStyleType
) As HatchDisplayStyle
public:
HatchDisplayStyle^ GetHatchDisplayStyleProfile(
MassHaulLineHatchDisplayStyleType type
)
Parameters
- type MassHaulLineHatchDisplayStyleType
- The type of HatchDisplayStyle to get.
Return Value
HatchDisplayStyle
See Also