Gets or sets the depth in the specified direction of this core feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Depth( _
ByVal Index As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICoreFeatureData
Dim Index As Integer
Dim value As Double
instance.Depth(Index) = value
value = instance.Depth(Index)
|
C# | |
---|
double Depth(
int Index
) {get; set;} |
C++/CLI | |
---|
property double Depth {
double get(int Index);
void set (int Index, double value);
} |
Parameters
- Index
Direction to extract core as defined in swCoreFeatureDirection_e
Return Value
Depth
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0