Gets or sets the margins for the
stock type for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IMargins( _
ByVal NumDimensions As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim NumDimensions As System.Integer
Dim value As System.Double
instance.IMargins(NumDimensions) = value
value = instance.IMargins(NumDimensions) |
C# | |
---|
System.double IMargins(
System.int NumDimensions
) {get; set;} |
C++/CLI | |
---|
property System.double IMargins {
System.double get(System.int NumDimensions);
void set (System.int NumDimensions, System.double value);
} |
Parameters
- NumDimensions
- Number of dimensions for the stock type
Property Value
- in-process, unmanaged C++: Pointer to an array of doubles of the available margins (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0