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.254.0.0 (8.254.0.0)
Syntaxpublic 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: 
Guid
See Also