ObjTitlePlaceholderGetObjectText 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 override string GetObjectText(
ObjVerEx objVerEx
)
Public Overrides Function GetObjectText (
objVerEx As ObjVerEx
) As String
public:
virtual String^ GetObjectText(
ObjVerEx^ objVerEx
) override
Parameters
- objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The object to expand.
Return Value
Type:
StringReturns the object title.
See Also