FDO API Reference Feature Data Objects

FdoNetworkClass Class Reference

#include <NetworkClass.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoNetworkClass:

Inheritance graph
[legend]
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 bool 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.

Definition at line 42 of file NetworkClass.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this property to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
FDO_API FdoNetworkLayerClassGetLayerClass ()
 Gets a reference to the layer class.
virtual void InitFromXml (const FdoString *propertyTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize this property from its XML attributes.
virtual void Set (FdoClassDefinition *pClass, FdoSchemaXmlContext *pContext)
 Update this property from the given property.
FDO_API void SetLayerClass (FdoNetworkLayerClass *value)
 Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property.

Static Public Member Functions

static FDO_API FdoNetworkClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkClass using the specified arguments.
static FDO_API FdoNetworkClassCreate ()
 Constructs a default instance of an FdoNetworkClass.

Protected Member Functions

virtual void _AcceptChanges ()
virtual void _BeginChangeProcessing ()
virtual void _EndChangeProcessing ()
virtual void _RejectChanges ()
virtual void _StartChanges ()
 FdoFeatureSchema::RejectChanges() support.
virtual void Dispose ()
 Dispose this object.
 FdoNetworkClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkClass using the specified arguments.
 FdoNetworkClass ()
 Constructs a default instance of an FdoNetworkClass.
virtual ~FdoNetworkClass ()

Protected Attributes

FdoNetworkLayerClassm_layerClassCHANGED

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.