GenericSPDrawGenericShape Method |
Draw a generic shape object in the current overlay. See the GenericShape class
for supported types.
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 DrawGenericShape(
GenericShape shape
)
Public Overridable Sub DrawGenericShape (
shape As GenericShape
)
Parameters
- shape
- Type: CadcorpGenericShape
The shape object to draw.
See Also