FDO API Reference Feature Data Objects

NetworkFeatureClass Class Reference

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.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::DataPropertyDefinition * get_CostProperty ()
 Gets a reference to the cost property.
__property NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition * get_NetworkProperty ()
 Gets a reference to the network property.
__property NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition * get_ParentNetworkFeatureProperty ()
 Gets a reference to the parent network feature property.
__property NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition * get_ReferencedFeatureProperty ()
 Gets a reference to the referenced feature property.
 NetworkFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
__property System::Void set_CostProperty (NAMESPACE_OSGEO_FDO_SCHEMA::DataPropertyDefinition *value)
 Sets a reference to the cost property.
__property System::Void set_NetworkProperty (NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition *value)
 Sets a reference to the network property.
__property System::Void set_ParentNetworkFeatureProperty (NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition *value)
 Sets a reference to the parent network feature property.
__property System::Void set_ReferencedFeatureProperty (NAMESPACE_OSGEO_FDO_SCHEMA::AssociationPropertyDefinition *value)
 Sets a reference to the referenced feature property.

Comments or suggestions? Send us feedback.