SheetCount Property (IEModelViewControl)
Gets the total number of drawing sheets.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property SheetCount As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As System.Integer
value = instance.SheetCount |
C# | |
---|
System.int SheetCount {get;} |
C++/CLI | |
---|
property System.int SheetCount {
System.int get();
} |
Property Value
Total number of drawing sheets
See Also
Availability
eDrawings API 2005 SP0