PointStyleGetDisplayStyleModel Method |
Gets the DisplayStyle object that specifies model display properties for the point component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic DisplayStyle GetDisplayStyleModel(
PointDisplayStyleType type
)
Public Function GetDisplayStyleModel (
type As PointDisplayStyleType
) As DisplayStyle
public:
DisplayStyle^ GetDisplayStyleModel(
PointDisplayStyleType type
)
Parameters
- type PointDisplayStyleType
-
Return Value
DisplayStyle
See Also