ArcFM Desktop Developer Guide
CoincidenceCurve Property


Syntax
'Declaration
 
<ResourcerCategoryAttribute(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileParametersCategory")>
<ResourcerDisplayNameAttribute(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileCoincidenceCurve")>
<ResourcerDescriptionAttribute(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileCoincidenceCurveDescription")>
<ReadOnlyAttribute(True)>
<PropertyOrderAttribute(9)>
<TypeConverterAttribute(Miner.Framework.DesignOptimization.Optimization.ReadOnlyArrayConverter)>
Public Property CoincidenceCurve As Double()
'Usage
 
Dim instance As LoadProfile
Dim value() As Double
 
instance.CoincidenceCurve = value
 
value = instance.CoincidenceCurve
[ResourcerCategory(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileParametersCategory")]
[ResourcerDisplayName(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileCoincidenceCurve")]
[ResourcerDescription(Miner.Framework.DesignOptimization.Optimization.LoadProfile, "LoadProfileCoincidenceCurveDescription")]
[ReadOnly(true)]
[PropertyOrder(9)]
[TypeConverter(Miner.Framework.DesignOptimization.Optimization.ReadOnlyArrayConverter)]
public double[] CoincidenceCurve {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LoadProfile Class
LoadProfile Members

 

 


Send Comment