Obsolete. Superseded by IDrawingDoc::CreateSectionViewAt5.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateSectionViewAt4( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal SectionLabel As String, _
ByVal Options As Integer, _
ByVal ExcludedComponents As Object _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim SectionLabel As String
Dim Options As Integer
Dim ExcludedComponents As Object
Dim value As View
value = instance.CreateSectionViewAt4(X, Y, Z, SectionLabel, Options, ExcludedComponents)
|
Parameters
- X
- x position on the drawing sheet for the center of the section view
- Y
- y position on the drawing sheet for the center of the section view
- Z
- z position on the drawing sheet for the center of the section view
- SectionLabel
- Letter for the label for the section view
- Options
Options that affect the section view as defined in swCreateSectionViewAtOptions_e
- ExcludedComponents
- Array of components to exclude from the section view
Return Value
Pointer to the newly created
IView object
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0