Gets the zone size distribution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetZoneSizeDistribution( _
ByRef Rows As System.Integer, _
ByRef Columns As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Rows As System.Integer
Dim Columns As System.Integer
Dim value As System.Integer
value = instance.GetZoneSizeDistribution(Rows, Columns) |
C# | |
---|
System.int GetZoneSizeDistribution(
out System.int Rows,
out System.int Columns
) |
C++/CLI | |
---|
System.int GetZoneSizeDistribution(
& [Out] System.int Rows,
& [Out] System.int Columns
) |
Parameters
- Rows
- Zone rows; Nothing or null if the zone size distribution is swZoneSizeDistribution_e.swZoneSizeDistribution_50mmFromCenter
- Columns
- Zone columns; Nothing or null if the zone size distribution is swZoneSizeDistribution_e.swZoneSizeDistribution_50mmFromCenter
Return Value
Zone size distribution as defined by
swZoneSizeDistribution_e
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30