Gets a list of the names of the drawing sheets in this drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSheetNames() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim value As Object
value = instance.GetSheetNames()
|
C# | |
---|
object GetSheetNames() |
C++/CLI | |
---|
Object^ GetSheetNames(); |
Return Value
Array containing the names of the drawing sheets in this drawing
Example
See Also