| FDO API Reference | Feature Data Objects |
#include <NetworkFeatureClass.h>
Inherits FdoFeatureClass.
Inherited by FdoNetworkLinkFeatureClass, and FdoNetworkNodeFeatureClass.
Inheritance diagram for FdoNetworkFeatureClass:

Definition at line 37 of file NetworkFeatureClass.h.
Public Member Functions | |
| FDO_API FdoDataPropertyDefinition * | GetCostProperty () |
| Gets a reference to the cost property. | |
| FDO_API FdoAssociationPropertyDefinition * | GetNetworkProperty () |
| Gets a reference to the network property. | |
| FDO_API FdoAssociationPropertyDefinition * | GetParentNetworkFeatureProperty () |
| Gets a reference to the parent network feature property. | |
| FDO_API FdoAssociationPropertyDefinition * | GetReferencedFeatureProperty () |
| 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. | |
| Comments or suggestions? Send us feedback. |