This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.BaseExpressionString Property (ArcObjects .NET 10.5 SDK) |
The base expression string.
[Visual Basic .NET] Public Property BaseExpressionString As String
[C#] public string BaseExpressionString {get; set;}
[C++]
HRESULT get_BaseExpressionString(
BSTR* pBaseExpression
);
[C++]
HRESULT put_BaseExpressionString(
BSTR pBaseExpression
);
[C++]
Parameters pBaseExpression [out, retval] pBaseExpression is a parameter of type BSTR pBaseExpression [in] pBaseExpression is a parameter of type BSTR