FDO API Reference Feature Data Objects

NetworkClass Class Reference

List of all members.

Detailed Description

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.

Note: This Help topic is provided for informational use only. There is no interface or support provided. Autodesk reserves the right to change the software related to the content herein.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::ClassType get_ClassType ()
 Gets the concrete class type.
__property NAMESPACE_OSGEO_FDO_SCHEMA::NetworkLayerClass * get_LayerClass ()
 Gets a reference to the layer class.
 NetworkClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 NetworkClass (System::String *name, System::String *description)
 Constructs an instance of an FdoNetworkClass using the specified arguments.
 NetworkClass ()
 Constructs a default instance of an FdoNetworkClass.
__property System::Void set_LayerClass (NAMESPACE_OSGEO_FDO_SCHEMA::NetworkLayerClass *value)
 Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property.

Comments or suggestions? Send us feedback.