Gets the section properties for the following types of selected items:
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSectionProperties2( _
ByVal Count As Integer, _
ByRef Sections As Object _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Count As Integer
Dim Sections As Object
Dim value As Double
value = instance.IGetSectionProperties2(Count, Sections)
|
C# | |
---|
double IGetSectionProperties2(
int Count,
ref object Sections
) |
C++/CLI | |
---|
double IGetSectionProperties2(
& int Count,
& Object^% Sections
) |
Parameters
- Count
- Number of sections
- Sections
- Array of sections
Return Value
- in-process, unmanaged C++: Pointer to an array of size 24 of the section properties for the selected items (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 2005 FCS, Revision Number 13.0