FDO .NET API Reference | Feature Data Objects |
Inherited by OSGeo::FDO::Schema::NetworkLinkFeatureClass, and OSGeo::FDO::Schema::NetworkNodeFeatureClass.
Inheritance diagram for OSGeo::FDO::Schema::NetworkFeatureClass:
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::DataPropertyDefinition * | get_CostProperty () |
Gets a reference to the cost property. | |
__property OSGeo::FDO::Schema::AssociationPropertyDefinition * | get_NetworkProperty () |
Gets a reference to the network property. | |
__property OSGeo::FDO::Schema::AssociationPropertyDefinition * | get_ParentNetworkFeatureProperty () |
Gets a reference to the parent network feature property. | |
__property OSGeo::FDO::Schema::AssociationPropertyDefinition * | get_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. |
|
Constructs a NetworkFeatureClass object based on an unmanaged instance of the object.
|
|
Gets a reference to the cost property.
|
|
Gets a reference to the network property.
|
|
Gets a reference to the parent network feature property.
|
|
Gets a reference to the referenced feature property.
|
|
Sets a reference to the cost property.
|
|
Sets a reference to the network property.
|
|
Sets a reference to the parent network feature property.
|
|
Sets a reference to the referenced feature property.
|
Comments or suggestions? Send us feedback. |