PCBFiducialFiducialFeatureId Property |
The Id of the
PCBFeature object referenced by this fiducial.
This property is only applicable if the FiducialType property is set to FiducialType.Local.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Guid FiducialFeatureId { get; set; }
Public Property FiducialFeatureId As Guid
Get
Set
public:
property Guid FiducialFeatureId {
Guid get ();
void set (Guid value);
}
member FiducialFeatureId : Guid with get, set
Property Value
Type:
GuidSee Also