Sets the zone size distribution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetZoneSizeDistribution( _
ByVal Type As System.Integer, _
ByVal Rows As System.Integer, _
ByVal Column As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Type As System.Integer
Dim Rows As System.Integer
Dim Column As System.Integer
Dim value As System.Boolean
value = instance.SetZoneSizeDistribution(Type, Rows, Column) |
C# | |
---|
System.bool SetZoneSizeDistribution(
System.int Type,
System.int Rows,
System.int Column
) |
C++/CLI | |
---|
System.bool SetZoneSizeDistribution(
& System.int Type,
& System.int Rows,
& System.int Column
) |
Parameters
- Type
- Type of zone size distribution as defined by swZoneSizeDistribution_e
- Rows
- Number of zone rows; valid only if Type is swZoneSizeDistribution.swZoneSizeDistribution_EvenlySized
- Column
- Number of zone columns; valid only if Type is swZoneSizeDistribution.swZoneSizeDistribution_EvenlySized
Return Value
True if zone size distribution successfully set, false if not
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30