 | LightningProbabilityUnhardenedAttachPoints Property |
Gets/Sets the number of unhardened attach points.
Namespace: ema3d.Api.V26.Charging.WorkflowAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic int UnhardenedAttachPoints { get; set; }Public Property UnhardenedAttachPoints As Integer
Get
Set
public:
property int UnhardenedAttachPoints {
int get ();
void set (int value);
}member UnhardenedAttachPoints : int with get, set
Property Value
Int32
RemarksThe number of unhardened attach points is only applicable when 'Unhardened' is true.
See Also