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