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.OffsetExpressionString Property (ArcObjects .NET 10.5 SDK) |
The offset expression string.
[Visual Basic .NET] Public Property OffsetExpressionString As String
[C#] public string OffsetExpressionString {get; set;}
[C++]
HRESULT get_OffsetExpressionString(
BSTR* pOffset
);
[C++]
HRESULT put_OffsetExpressionString(
BSTR pOffset
);
[C++]
Parameters pOffset [out, retval] pOffset is a parameter of type BSTR pOffset [in] pOffset is a parameter of type BSTR