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


IText3DElement.Update Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.Update Method

Update graphic geometry with current parameters.

[Visual Basic .NET]
Public Function Update ( _
) As Boolean
[C#]
public bool Update (
);
[C++]
HRESULT Update(
  VARIANT_BOOL* pUpdated
);
[C++]

Parameters pUpdated [out, retval] pUpdated is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IText3DElement Interface