FDO API Reference Feature Data Objects

FdoNetworkLayerClass Class Reference

#include <NetworkLayerClass.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoNetworkLayerClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoNetworkLayerClass derives from FdoClassDefinition and can be used to represent a network layer.

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 36 of file NetworkLayerClass.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this property to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
virtual void InitFromXml (const FdoString *classTypeName, 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.

Static Public Member Functions

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

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.
 FdoNetworkLayerClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLayerClass using the specified arguments.
 FdoNetworkLayerClass ()
 Constructs a default instance of an FdoNetworkLayerClass.
virtual ~FdoNetworkLayerClass ()

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