Gets the name of the controlling dimension for the pattern instance at the specified index in this variable pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetControllingDimensionName( _
ByVal Index As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IDimPatternFeatureData
Dim Index As System.Integer
Dim value As System.String
value = instance.GetControllingDimensionName(Index) |
C# | |
---|
System.string GetControllingDimensionName(
System.int Index
) |
C++/CLI | |
---|
System.String^ GetControllingDimensionName(
& System.int Index
) |
Parameters
- Index
- Index of the controlling dimension pattern (see Remarks)
Return Value
Name of the controlling dimension of the pattern instance
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0