ArcFM Engine Developer Guide
UseHistoricSubIds Property


True tells Network Adapter to increment subID values by one. False exports the subID as we get it from Arc Objects. The default is false, and this is the appropriate value for most applications, and for all SOS/Responder implementations.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute("UseHistoricSubIds", 
   IsRequired=False, 
   IsKey=False, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)>
Public Property UseHistoricSubIds As Boolean
'Usage
 
Dim instance As NetworkAdapterSettingsElement
Dim value As Boolean
 
instance.UseHistoricSubIds = value
 
value = instance.UseHistoricSubIds
[ConfigurationProperty("UseHistoricSubIds", 
   IsRequired=false, 
   IsKey=false, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool UseHistoricSubIds {get; set;}
Remarks
The ArcMap/COM version of Network Adapter incremented complex edge element subIDs by one. A value of true for this property mimics the behavior of "classic" Network Adapter (AnalysisAPI.dll). This may be desirable for example, during an upgrade of network adapter from the AnalysisAPI export to the Miner.Geodatabase export, when only part of the target database is being re-exported. If and when the target database is replaced, or the application does not depend on the geodatabase id values, the default value of false is appropriate.
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

NetworkAdapterSettingsElement Class
NetworkAdapterSettingsElement Members

 

 


Send Comment