Hide Table of Contents
InsertVaryInstanceOverride Method (IFeatureManager)

Applies the specified override to the specified dimension or spacing of the specified pattern instance.

.NET Syntax

Visual Basic (Declaration) 
Function InsertVaryInstanceOverride( _
   ByVal DName As System.String, _
   ByVal PatternType As System.Integer, _
   ByVal OverrideType As System.Integer, _
   ByVal Direction As System.Integer, _
   ByVal InstanceRowIndex As System.Integer, _
   ByVal InstanceColumnIndex As System.Integer, _
   ByVal OverrideValue As System.Double _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim DName As System.String
Dim PatternType As System.Integer
Dim OverrideType As System.Integer
Dim Direction As System.Integer
Dim InstanceRowIndex As System.Integer
Dim InstanceColumnIndex As System.Integer
Dim OverrideValue As System.Double
Dim value As System.Boolean
 
value = instance.InsertVaryInstanceOverride(DName, PatternType, OverrideType, Direction, InstanceRowIndex, InstanceColumnIndex, OverrideValue)
C# 
System.bool InsertVaryInstanceOverride( 
   System.string DName,
   System.int PatternType,
   System.int OverrideType,
   System.int Direction,
   System.int InstanceRowIndex,
   System.int InstanceColumnIndex,
   System.double OverrideValue
)
C++/CLI 
System.bool InsertVaryInstanceOverride( 
&   System.String^ DName,
&   System.int PatternType,
&   System.int OverrideType,
&   System.int Direction,
&   System.int InstanceRowIndex,
&   System.int InstanceColumnIndex,
&   System.double OverrideValue
) 

Parameters

DName

If OverrideType is... Then set DName to...
1 Name of the pattern instance dimension to override
2 "Spacing Increment"

PatternType

Type of pattern (see Remarks):

  • 2 = linear
  • 4 = circular
  • 256 = variable
OverrideType

Type of increment override:

  • 1 = dimension
  • 2 = spacing
Direction

Direction in which to apply the spacing override. 

If OverrideType is ... Then set Direction to ...
2
  • 0 = direction 1
  • 1 = direction 2
1 -1

InstanceRowIndex
0 < row index of the instance to modify < number of instances per row
InstanceColumnIndex
0 < column index of the instance to modify < number of instances per column; valid only for PatternType = 2 
OverrideValue
Value to override the current value of the dimension or spacing of the specified instance

Return Value

True if the override is applied successfully, false if not

Example

Remarks

To vary the dimensions or spacings of pattern instances:

  1. Call this method multiple times to override multiple dimensions or spacings of pattern instances.
  2. Call IFeatureManager::InsertVaryInstanceIncrement multiple times to increment multiple dimensions or spacings of pattern instances.

If PatternType is... Call...
2 IFeatureManager::FeatureLinearPattern3
4 IFeatureManager::FeatureCircularPattern4
256 IFeatureManager::FeatureAdvancedTableDrivenPattern

 

See Also

Availability

SOLIDWORKS 2013 FCS, Revision Number 21.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   InsertVaryInstanceOverride Method (IFeatureManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.