| JsPropertiesExtractor | Send comments on this topic. |
| Fig_codeToString Method | |
| See Also Example | |
|
| vdWebLibrary Namespace > vdrawObj Class : Fig_codeToString Method |
- code
- The code of the vdFigure.
Returns the corresponding vdFigure's name of the code passed.The supported values are:
vdLine,vdPolyline,vdText,vdRect,vdCircle,vdEllipse,vdArc,vdImage,vdInsert,vd3DFace,vdPolyface,
vdAttrib,vdAttribDef,vdInfinityLine,vdPoint,vdViewport,vdPolyhatch,vdDimension,vdMText,vdMultiline,
vdGroundSurface,vdLeader,vdArcAlignedText.
Parameters
- code
- The code of the vdFigure.
Return Value
The string of the vdFigure's name.| C# | Copy Code |
|---|---|
function _vdmousedown(e) { | |