Gets the number of dimensions of the specified type for this library feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDimensionsCount( _
ByVal Type As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ILibraryFeatureData
Dim Type As Integer
Dim value As Integer
value = instance.GetDimensionsCount(Type)
|
C# | |
---|
int GetDimensionsCount(
int Type
) |
C++/CLI | |
---|
int GetDimensionsCount(
& int Type
) |
Parameters
- Type
- Type of dimension as defined in swLibraryFeatDimensionType_e
Return Value
Number of dimensions
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0