FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Schema::NetworkFeatureClass Class Reference

Inherits OSGeo::FDO::Schema::FeatureClass.

Inherited by OSGeo::FDO::Schema::NetworkLinkFeatureClass, and OSGeo::FDO::Schema::NetworkNodeFeatureClass.

Inheritance diagram for OSGeo::FDO::Schema::NetworkFeatureClass:

[legend]
List of all members.

Detailed Description

NetworkFeature is an abstract class that derives from FeatureClass and is a base for NetworkNodeFeature and NetworkLinkFeature.

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 OSGeo::FDO::Schema::DataPropertyDefinitionget_CostProperty ()
 Gets a reference to the cost property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_NetworkProperty ()
 Gets a reference to the network property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_ParentNetworkFeatureProperty ()
 Gets a reference to the parent network feature property.
__property OSGeo::FDO::Schema::AssociationPropertyDefinitionget_ReferencedFeatureProperty ()
 Gets a reference to the referenced feature property.
 NetworkFeatureClass (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a NetworkFeatureClass object based on an unmanaged instance of the object.
__property System::Void set_CostProperty (OSGeo::FDO::Schema::DataPropertyDefinition *value)
 Sets a reference to the cost property.
__property System::Void set_NetworkProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the network property.
__property System::Void set_ParentNetworkFeatureProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the parent network feature property.
__property System::Void set_ReferencedFeatureProperty (OSGeo::FDO::Schema::AssociationPropertyDefinition *value)
 Sets a reference to the referenced feature property.

Constructor & Destructor Documentation

OSGeo::FDO::Schema::NetworkFeatureClass::NetworkFeatureClass System::IntPtr  unmanaged,
System::Boolean  autoDelete
[inline]
 

Constructs a NetworkFeatureClass object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property OSGeo ::FDO ::Schema ::DataPropertyDefinition* OSGeo::FDO::Schema::NetworkFeatureClass::get_CostProperty  ) 
 

Gets a reference to the cost property.

Returns:
Returns a property definition

__property OSGeo ::FDO ::Schema ::AssociationPropertyDefinition* OSGeo::FDO::Schema::NetworkFeatureClass::get_NetworkProperty  ) 
 

Gets a reference to the network property.

Returns:
Returns an association property definition

__property OSGeo ::FDO ::Schema ::AssociationPropertyDefinition* OSGeo::FDO::Schema::NetworkFeatureClass::get_ParentNetworkFeatureProperty  ) 
 

Gets a reference to the parent network feature property.

Returns:
Returns an association property definition

__property OSGeo ::FDO ::Schema ::AssociationPropertyDefinition* OSGeo::FDO::Schema::NetworkFeatureClass::get_ReferencedFeatureProperty  ) 
 

Gets a reference to the referenced feature property.

Returns:
Returns an association property definition

__property System::Void OSGeo::FDO::Schema::NetworkFeatureClass::set_CostProperty OSGeo::FDO::Schema::DataPropertyDefinition value  ) 
 

Sets a reference to the cost property.

Parameters:
value Input a property definition
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Schema::NetworkFeatureClass::set_NetworkProperty OSGeo::FDO::Schema::AssociationPropertyDefinition value  ) 
 

Sets a reference to the network property.

Parameters:
value Input an association property definition
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Schema::NetworkFeatureClass::set_ParentNetworkFeatureProperty OSGeo::FDO::Schema::AssociationPropertyDefinition value  ) 
 

Sets a reference to the parent network feature property.

Parameters:
value Input an association property definition
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Schema::NetworkFeatureClass::set_ReferencedFeatureProperty OSGeo::FDO::Schema::AssociationPropertyDefinition value  ) 
 

Sets a reference to the referenced feature property.

Parameters:
value Input an association property definition
Returns:
Returns nothing

Comments or suggestions? Send us feedback.