FDO API Reference Feature Data Objects

FdoNetworkFeatureClass Class Reference

#include <NetworkFeatureClass.h>

Inherits FdoFeatureClass.

Inherited by FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass.

Inheritance diagram for FdoNetworkFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoNetworkFeature is an abstract class that derives from FdoFeatureClass and is a base for the FdoNetworkNodeFeature and FdoNetworkLinkFeature.

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 37 of file NetworkFeatureClass.h.


Public Member Functions

FDO_API FdoDataPropertyDefinitionGetCostProperty ()
 Gets a reference to the cost property.
FDO_API FdoAssociationPropertyDefinitionGetNetworkProperty ()
 Gets a reference to the network property.
FDO_API FdoAssociationPropertyDefinitionGetParentNetworkFeatureProperty ()
 Gets a reference to the parent network feature property.
FDO_API FdoAssociationPropertyDefinitionGetReferencedFeatureProperty ()
 Gets a reference to the referenced feature property.
FDO_API void SetCostProperty (FdoDataPropertyDefinition *value)
 Sets a reference to the cost property.
FDO_API void SetNetworkProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the network property.
FDO_API void SetParentNetworkFeatureProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the parent network feature property.
FDO_API void SetReferencedFeatureProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the referenced feature property.

Protected Member Functions

 FdoNetworkFeatureClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkNodeFeatureClass using the specified arguments.
 FdoNetworkFeatureClass ()
virtual ~FdoNetworkFeatureClass ()

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