This document is archived and information here might be outdated.  Recommended version.


ISchematicExpandLinksByAttributeExtended.Evaluate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeExtended.Evaluate Method

Evaluate the schematic feature to get a string in a right format.

[Visual Basic .NET]
Public Function Evaluate ( _
    ByVal SchematicFeature As ISchematicInMemoryFeature _
) As String
[C#]
public string Evaluate (
    ISchematicInMemoryFeature SchematicFeature
);
[C++]
HRESULT Evaluate(
  ISchematicInMemoryFeature* SchematicFeature,
  BSTR* Value
);
[C++]

Parameters SchematicFeature [in]
SchematicFeature is a parameter of type ISchematicInMemoryFeature Value [out, retval] Value is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicExpandLinksByAttributeExtended Interface