Gets or sets the margins for the
stock type for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Margins As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Object
instance.Margins = value
value = instance.Margins |
C# | |
---|
System.object Margins {get; set;} |
C++/CLI | |
---|
property System.Object^ Margins {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array of doubles of the margins for the stock type (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0