Create a text item in the current overlay.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual void DrawText(
PointText text
)
Public Overridable Sub DrawText (
text As PointText
)
Parameters
- text
- Type: CadcorpPointText
The text to create
See Also