Sets a dimension's type, name, and value for the library feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetDimension( _
ByVal Type As Integer, _
ByVal DimName As String, _
ByVal DimVal As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILibraryFeatureData
Dim Type As Integer
Dim DimName As String
Dim DimVal As Double
Dim value As Boolean
value = instance.SetDimension(Type, DimName, DimVal)
|
Parameters
- Type
- Type of dimension as defined in swLibFeatDimensionType_e
- DimName
- Name of dimension
- DimVal
- Name of dimension
Return Value
True is the dimension is set, false if not
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0