TrackingActivityIsAutoGeneratedActivity Property |
A boolean value which, when true, indicates that this activity is not real and was generated because its Step does not have any Activities or generated from a LabelMaterial Step.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsAutoGeneratedActivity { get; }
Public ReadOnly Property IsAutoGeneratedActivity As Boolean
Get
public:
property bool IsAutoGeneratedActivity {
bool get ();
}
member IsAutoGeneratedActivity : bool with get
Property Value
Type:
BooleanSee Also