Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPort.ToString Method (AFModel)

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFPort.ToString Method (AFModel)
Formats the port name relative to the specified model.

Namespace:  OSIsoft.AF.Modeling
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public string ToString(
	AFModel relativeTo
)
Public Function ToString ( 
	relativeTo As AFModel
) As String

Dim instance As AFPort
Dim relativeTo As AFModel
Dim returnValue As String

returnValue = instance.ToString(relativeTo)
public:
String^ ToString(
	AFModel^ relativeTo
)
member ToString : 
        relativeTo : AFModel -> string 

Parameters

relativeTo
Type: OSIsoft.AF.ModelingAFModel
The Model containing the port

Return Value

Type: String
Returns a String that represents the current object.

Remarks

If a relative path from the element to the model is not found, then just the element name is used. If a port from an element template is used, then just the name of the element template is returned.

Version Information

AFSDK


See Also

In This Topic
Related Links