Gets the bounding box for this feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBox( _
ByRef BBox As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim BBox As System.Object
Dim value As System.Boolean
value = instance.GetBox(BBox) |
C# | |
---|
System.bool GetBox(
out System.object BBox
) |
C++/CLI | |
---|
System.bool GetBox(
& [Out] System.Object^ BBox
) |
Parameters
- BBox
- Array containing the two diagonal points
Return Value
True if the operation was successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0