ArcFM Desktop Developer Guide
ServiceConductorCatalog Property


Syntax
'Declaration
 
<ResourcerCategoryAttribute(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersCatalogsCategory")>
<ResourcerDisplayNameAttribute(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersServiceConductorCatalogDisplayName")>
<ResourcerDescriptionAttribute(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersServiceConductorCatalogDescription")>
<EditorAttribute("Miner.FrameworkUI.DesignOptimization.CatalogCollectionEditor, Miner.FrameworkUI.DesignOptimization, Version=10.8.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc", System.Drawing.Design.UITypeEditor)>
Public Property ServiceConductorCatalog As List(Of ConductorCatalogItem)
'Usage
 
Dim instance As ServiceConductorConfiguration
Dim value As List(Of ConductorCatalogItem)
 
instance.ServiceConductorCatalog = value
 
value = instance.ServiceConductorCatalog
[ResourcerCategory(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersCatalogsCategory")]
[ResourcerDisplayName(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersServiceConductorCatalogDisplayName")]
[ResourcerDescription(Miner.Framework.DesignOptimization.Nodes.ConfigurationGraphNode, "ElectricDesignParametersServiceConductorCatalogDescription")]
[Editor("Miner.FrameworkUI.DesignOptimization.CatalogCollectionEditor, Miner.FrameworkUI.DesignOptimization, Version=10.8.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc", System.Drawing.Design.UITypeEditor)]
public List<ConductorCatalogItem> ServiceConductorCatalog {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

ServiceConductorConfiguration Class
ServiceConductorConfiguration Members

 

 


Send Comment