Click or drag to resize
FdoFeature Methods

The FdoFeature type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodEvaluate
Evaluates both feature properties and associated geometry.
Public methodEvaluateExpression
Evaluates specified expression String against the feature instance.
Public methodGetProperties
Public methodGetSchemaTable(Boolean)
Returns an empty data table representing feature schema. Compliant with IDataReader.
Public methodStatic memberGetSchemaTable(Element)
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTransformForward
Returns object that is result of forward transformation of this object using specified referential coordinate transform.
Public methodTryParseExpression
Top
See Also