astGetStcRegionastGetStcRegion - Obtain a copy of the encapsulated Region within a Stc

Description:
This function returns a pointer to a deep copy of the RegionRegion supplied when the StcStc was created.
Synopsis:
AstRegion $*$astGetStcRegion( AstStc $*$this )
Parameters:
this
Pointer to the Stc.
Returned Value:
astGetStcRegion()
A pointer to a deep copy of the Region encapsulated within the supplied Stc.
Notes:
  • A null ObjectObject pointer (AST__NULL) will be returned if this function is invoked with the AST error status set, or if it should fail for any reason.