Sets the display styles from the passed
DisplayStyle object.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public void Set(
DisplayStyle style
)
Public Sub Set (
style As DisplayStyle
)
public:
void Set(
DisplayStyle^ style
)
member Set :
style : DisplayStyle -> unit
Parameters
- style DisplayStyle
-
See Also