This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMoleEventRenderer Interface > IMoleEventRenderer.MOLEPropertyColumn Property (ArcObjects .NET 10.4 SDK) |
Indicates value of the MOLE property column.
[Visual Basic .NET] Public Function get_MOLEPropertyColumn ( _ ByVal bstrPropertyName As String _ ) As String
[Visual Basic .NET] Public Sub set_MOLEPropertyColumn ( _ ByVal bstrPropertyName As String, _ ByVal pVal As String _ )
[C#] public string get_MOLEPropertyColumn ( string bstrPropertyName );
[C#] public void set_MOLEPropertyColumn ( string bstrPropertyName, string pVal );
[C++]
HRESULT get_MOLEPropertyColumn(
BSTR bstrPropertyName,
BSTR* pVal
);
[C++]
HRESULT put_MOLEPropertyColumn(
BSTR bstrPropertyName,
BSTR pVal
);
[C++]
Parameters bstrPropertyName [in] bstrPropertyName is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type BSTR bstrPropertyName [in] bstrPropertyName is a parameter of type BSTR pVal [in] pVal is a parameter of type BSTR