FDO API Reference Feature Data Objects

mgNetworkClass.h File Reference

Include dependency graph for mgNetworkClass.h:


Classes

class  NetworkClass
 FdoNetworkClass derives from FdoClassDefinition and can be used to represent a linear network. The FdoNetworkClass type has 2 pre-defined base properties. The first is a FdoBoolean type called "Directed". And the second is a FdoObjectPropertyDefinition of an ordered collection called "Layers". The "Directed" property is used to indicate if the network is directed or undirected. The network is directed if the Directed property is set to true. Otherwise, it is undirected. The Layers property is used to contain the ordered list of layers. The class of the layers object property must be of type FdoNetworkLayer. More...

Comments or suggestions? Send us feedback.