Obsolete. Superseded by IDrawingDoc::CreateSectionViewAt5.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateSectionViewAt4( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double, _
ByVal SectionLabel As System.String, _
ByVal Options As System.Integer, _
ByVal ExcludedComponents As System.Object _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim SectionLabel As System.String
Dim Options As System.Integer
Dim ExcludedComponents As System.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