Click or drag to resize

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)
Syntax
public virtual void DrawGenericShape(
	GenericShape shape
)

Parameters

shape
Type: CadcorpGenericShape
The shape object to draw.
See Also