Gets the boundary data for all visible solid-fill hatches in a detail, broken, or crop view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSolidHatchInfo( _
ByVal ArraySize As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim ArraySize As Integer
Dim value As Double
value = instance.IGetSolidHatchInfo(ArraySize)
|
C# | |
---|
double IGetSolidHatchInfo(
int ArraySize
) |
C++/CLI | |
---|
double IGetSolidHatchInfo(
& int ArraySize
) |
Parameters
- ArraySize
Size of array to allocate for the boundary data as determined by IView::GetSolidHatchCount
Return Value
-
in-process, unmanaged C++: Pointer to an array of doubles (see Remarks)
-
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0