FDO API Reference Feature Data Objects

FdoNetworkLinkFeatureClass Class Reference

#include <NetworkLinkFeatureClass.h>

Inherits FdoNetworkFeatureClass.

Inheritance diagram for FdoNetworkLinkFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoNetworkLinkFeature derives from FdoNetworkFeature and can be used to represent a logical link 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 37 of file NetworkLinkFeatureClass.h.


Public Member Functions

virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
FDO_API FdoAssociationPropertyDefinitionGetEndNodeProperty ()
 Gets a reference to the end node property.
FDO_API FdoAssociationPropertyDefinitionGetStartNodeProperty ()
 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 FdoNetworkLinkFeatureClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
static FDO_API FdoNetworkLinkFeatureClassCreate ()
 Constructs a default instance of an FdoNetworkLinkFeatureClass.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoNetworkLinkFeatureClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
 FdoNetworkLinkFeatureClass ()
 Constructs a default instance of an FdoNetworkLinkFeatureClass.
virtual ~FdoNetworkLinkFeatureClass ()

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