ArcFM Engine Developer Guide
SimpleShapeModelNames Property (NetworkAdapterModelNamesElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("SimpleShapeModelNames", 
   IsRequired=False, 
   IsKey=False)>
Public Property SimpleShapeModelNames As NamedElementCollection(Of ModelNameElement)
'Usage
 
Dim instance As NetworkAdapterModelNamesElement
Dim value As NamedElementCollection(Of ModelNameElement)
 
instance.SimpleShapeModelNames = value
 
value = instance.SimpleShapeModelNames
[ConfigurationProperty("SimpleShapeModelNames", 
   IsRequired=false, 
   IsKey=false)]
public NamedElementCollection<ModelNameElement> SimpleShapeModelNames {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

NetworkAdapterModelNamesElement Class
NetworkAdapterModelNamesElement Members

 

 


Send Comment