This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeExtended Interface > ISchematicExpandLinksByAttributeExtended.Evaluate Method (ArcObjects .NET 10.4 SDK) |
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