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