M

ExtendedPropertiesLinkValues.AddValue

Description:
Add a double value for a given schema id.
Overloads (3):
AddValue(ForgeTypeId,Double)
public bool AddValue(
	ForgeTypeId schemaId,
	double value
)
  • schemaId
    Identifier of the schema.
  • Double
    value
    The double value in the storage unit of schema.
Return Value Boolean True if the data was added, false otherwise.