Gets an array of the drawing standards (DWS) files assigned to a drawing.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
object.GetDbStandardsArray(pDb, filenameArray)
C#:
object.GetDbStandardsArray(pDb, ref filenameArray);
Type: AcStManager object
The object this method applies to.
Access: Input-only
Type: AcadDatabase object
The drawing standards (DWS) database containing the desired stamp.
Access: Input/Output
Type: Variant (Array of Strings)
The names of the drawing standards (DWS) files associated with the drawing and used for checking.
No return value.
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available