Gets the names and values of the specified type of dimension for this library feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetDimensions( _
ByVal Type As System.Integer, _
ByVal Count As System.Integer, _
ByRef DimName As System.String _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ILibraryFeatureData
Dim Type As System.Integer
Dim Count As System.Integer
Dim DimName As System.String
Dim value As System.Double
value = instance.IGetDimensions(Type, Count, DimName) |
C# | |
---|
System.double IGetDimensions(
System.int Type,
System.int Count,
out System.string DimName
) |
C++/CLI | |
---|
System.double IGetDimensions(
& System.int Type,
& System.int Count,
& [Out] System.String^ DimName
) |
Parameters
- Type
- Type of dimension as defined in swLibraryFeatDimensionType_e
- Count
- Number of dimensions
- DimName
- in-process, unmanaged C++: Pointer to an array of dimension names
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
- in-process, unmanaged C++: Pointer to an array of dimension values
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 2006 FCS, Revision Number 14.0