ResourcePositionReferential
Specifies the value for resource position referential.
Values
The ResourcePositionReferential type can take one of the following values:
BuildUp
ImplementedManufacturedItem
Layout
UserDefined
FromPrevious
Example
let MyOperationOrSystem(ProdSystemOccurrence) let MyResourceOcc(ResourceOccurrence) let lAbsolutePosition(List) let MyReferentialOcc(ObjectType) let eReferentialType(ResourcePositionReferential) let eApplicability(ResourcePositionApplicability) let iResult(Integer) eReferentialType = "UserDefined" eApplicability = "Operation" lAbsolutePosition = List(1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1000.0) // MyOperationOrSystem, MyResourceOcc, and MyReferentialOcc are needed to be valuated before using this API iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,MyReferentialOcc,eReferentialType,eApplicability) eReferentialType = "BuildUp" eApplicability = "System" iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,NULL,eReferentialType,eApplicability)
Functions
The following functions are associated with this type: