FDO API Reference Feature Data Objects

NetworkLinkFeatureClass Class Reference

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.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::ClassType get_ClassType ()
 Gets the concrete class type.
__property NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition * get_EndNodeProperty ()
 Gets a reference to the end node property.
__property NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition * get_StartNodeProperty ()
 Gets a reference to the start node property.
 NetworkLinkFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 NetworkLinkFeatureClass (System::String *name, System::String *description)
 Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
 NetworkLinkFeatureClass ()
 Constructs a default instance of an FdoNetworkLinkFeatureClass.
__property System::Void set_EndNodeProperty (NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition *value)
 Sets a reference to the end node property.
__property System::Void set_StartNodeProperty (NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition *value)
 Sets a reference to the start node property.

Comments or suggestions? Send us feedback.