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


ISchematicExpandLinksByAttributeExtended.Evaluate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeExtended Interface > ISchematicExpandLinksByAttributeExtended.Evaluate Method
ArcGIS Developer Help

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
);
[C++]
Parameters
SchematicFeature [in]

SchematicFeature is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicExpandLinksByAttributeExtended Interface