SimpleObjectToTextPlaceholderBaseGetObjectText Method |
Expands an object to a text value.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract string GetObjectText(
ObjVerEx objVerEx
)
Public MustOverride Function GetObjectText (
objVerEx As ObjVerEx
) As String
public:
virtual String^ GetObjectText(
ObjVerEx^ objVerEx
) abstract
Parameters
- objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The object to expand.
Return Value
Type:
StringReturns the object's text
See Also