| FDO API Reference | Feature Data Objects |
#include <NetworkLinkFeatureClass.h>
Inherits FdoNetworkFeatureClass.
Inheritance diagram for FdoNetworkLinkFeatureClass:

Definition at line 37 of file NetworkLinkFeatureClass.h.
Public Member Functions | |
| virtual FDO_API FdoClassType | GetClassType () |
| Gets the concrete class type. | |
| FDO_API FdoAssociationPropertyDefinition * | GetEndNodeProperty () |
| Gets a reference to the end node property. | |
| FDO_API FdoAssociationPropertyDefinition * | GetStartNodeProperty () |
| Gets a reference to the start node property. | |
| FDO_API void | SetEndNodeProperty (FdoAssociationPropertyDefinition *value) |
| Sets a reference to the end node property. | |
| FDO_API void | SetStartNodeProperty (FdoAssociationPropertyDefinition *value) |
| Sets a reference to the start node property. | |
Static Public Member Functions | |
| static FDO_API FdoNetworkLinkFeatureClass * | Create (FdoString *name, FdoString *description) |
| Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments. | |
| static FDO_API FdoNetworkLinkFeatureClass * | Create () |
| Constructs a default instance of an FdoNetworkLinkFeatureClass. | |
| Comments or suggestions? Send us feedback. |