This document is archived and information here might be outdated.  Recommended version.


I3DProperties.BaseExpressionString Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

I3DProperties.BaseExpressionString Property

The base expression string.

[Visual Basic .NET]
Public Property BaseExpressionString As String
[C#]
public string BaseExpressionString {get; set;}
[C++]
HRESULT get_BaseExpressionString(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Remarks


[C#]
[C++]
[Visual Basic .NET]