GetAvailableShapes Method (IShapeManager) Send Feedback
See Also  Example
ShapesStrArray[out]
Array of strings of the names of the shapes loaded in the drawing
Gets the names of the shapes loaded in the drawing.

Syntax

Visual Basic 
Function GetAvailableShapes() As System.Object
C# 
System.object GetAvailableShapes()
JavaScript 
GetAvailableShapes() : Array
COM native C++ 
HRESULT GetAvailableShapes(
   VARIANT* ShapesStrArray
)  
C++ 
DSRESULT GetAvailableShapes(
   dsStringArray* ShapesStrArray
)  

Parameters

ShapesStrArray[out] or Return Value
Array of strings of the names of the shapes loaded in the drawing

Example

 

See Also

Availability

DraftSight V1R4.0