FdoFeature Constructor (IFdoFeature) |
Initializes a new instance of the
FdoFeature class
Namespace: FDF.Common.FeaturesAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic FdoFeature(
IFdoFeature other
)
Public Sub New (
other As IFdoFeature
)
public:
FdoFeature(
IFdoFeature^ other
)
new :
other : IFdoFeature -> FdoFeature
Parameters
- other
- Type: FDF.Common.FeaturesIFdoFeature
See Also