Gets or sets the depth of the block in the specified direction for this tooling-split feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Depth( _
ByVal Dir As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IToolingSplitFeatureData
Dim Dir As Integer
Dim value As Double
instance.Depth(Dir) = value
value = instance.Depth(Dir)
|
C# | |
---|
double Depth(
int Dir
) {get; set;} |
C++/CLI | |
---|
property double Depth {
double get(int Dir);
void set (int Dir, double value);
} |
Parameters
- Dir
-
-
1 = Depth in Direction 2
Return Value
Depth
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0