ArcObjects Library Reference  (Carto)    

ILayerPropertySheet.ShowPropertySheet Method

Show the property sheet.

[Visual Basic 6.0]
Function ShowPropertySheet As Boolean
[Visual Basic .NET]
Public Function ShowPropertySheet ( _
) As Boolean
[C#]
public bool ShowPropertySheet (
);
[Java]
public Boolean showPropertySheet (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ShowPropertySheet(
  VARIANT_BOOL* ok
);
[C++]

Parameters

ok [out, retval]

  ok is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILayerPropertySheet Interface

 


Feedback Send feedback on this page