ArcObjects Library Reference  (TrackingAnalyst)    

ITimeRegionalSettings.PMDesignator Property

String for the PM designator.

[Visual Basic 6.0]
Property PMDesignator As String
[Visual Basic .NET]
Public Property PMDesignator As String
[C#]
public string PMDesignator {get; set;}
[Java]
public String getPMDesignator()
throws
    IOException,
    AutomationException
[Java]
public void setPMDesignator(
String PMDesignator
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PMDesignator(
  BSTR* pbstrPMDesignator
);
[C++]
HRESULT put_PMDesignator(
  BSTR pbstrPMDesignator

);

[C++]

Parameters

pbstrPMDesignator [out, retval]

  pbstrPMDesignator is a parameter of type BSTR

pbstrPMDesignator [in]

  pbstrPMDesignator is a parameter of type BSTR

Product Availability

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

See Also

ITimeRegionalSettings Interface

 


Feedback Send feedback on this page