Click or drag to resize

PartPropertiesParseNumberStart Method

返回用户文档首页
Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public static bool ParseNumberStart(
	int srcStartValue,
	out bool noFixed,
	out int noStart,
	bool defFixed = false,
	int defStart = 1
)

Parameters

srcStartValue  Int32
 
noFixed  Boolean
 
noStart  Int32
 
defFixed  Boolean  (Optional)
 
defStart  Int32  (Optional)
 

Return Value

Boolean
See Also