FDO API Reference Feature Data Objects

FdoNetworkNodeFeatureClass Class Reference

#include <NetworkNodeFeatureClass.h>

Inherits FdoNetworkFeatureClass.

Inheritance diagram for FdoNetworkNodeFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoNetworkNodeFeature derives from FdoNetworkFeature and can be used to represent a logical node feature.

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 NetworkNodeFeatureClass.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 FdoAssociationPropertyDefinitionGetLayerProperty ()
 Gets a reference to the layer property.
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.
FDO_API void SetLayerProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the layer property. The associated class of the layer association property must be an FdoNetworkLayer.
virtual FdoBoolean XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname)
 Element end.
virtual FdoXmlSaxHandlerXmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts)

Static Public Member Functions

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

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

Protected Attributes

FdoAssociationPropertyDefinitionm_layerCHANGED

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