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